File Details
Brick Lib API 1.0.0-beta.2 for fabric 1.21.3 beta.2
- B
- Dec 2, 2025
- 549.08 KB
- 7
- 1.21.3
- Fabric
File Name
brick_lib_api-1.0.0-beta.2+1.21.3+fabric.jar
Supported Versions
- 1.21.3
Curse Maven Snippet
- Added a universal event API that supports event registration, triggering, and cancellation.
- Added a universal registration API that supports both vanilla registries and Brick Lib's additional registries (Note: Lower versions will include higher version registries after compatibility updates, but these are only placeholders, and the registered object type is Object!).
- Added a universal network API that supports login packets from the server to the client and in-game regular network packets. It also allows sending strings directly between both ends and monitoring sending/receiving via events.
- Added a universal configuration file API, using Forge-style configuration files for configuration management.
- Supports universal data generators, update checkers, and client-side commands.
- Provides multiple BaseAdditionalData subclasses to quickly modify additional data for blocks, items, entities, dimensions, and world saves.
- Provides support for custom JSON functions, allowing registered handlers to be called within JSON and return values.
- Added the ResourceID class for partial replacement of the ResourceLocation class