File Details
fabric 0.2.1
- R
- Feb 2, 2026
- 1.48 MB
- 250
- 1.21.1
- Fabric
File Name
blib-fabric-1.21.1-0.2.1.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
v0.2.1
✍️ Developer Notes
- For help or other questions, concerns, etc. check out our Discord server: https://discord.gg/wp7mvmbkVb
☢️ Breaking Changes
- Removed
MixinLivingEntity_ApplyArmorEffects- the automatic fire resistance armor behavior is no longer built-in. Use the newonEntityTick()event to implement custom armor set effects.
✨ What's New
- Added
BLibEntityTickEvent- a new event fired on every entity tick. - Added
onEntityTick()toBLibEventAccessfor registering entity tick listeners. - Added
KeyedAccessinterface for key-value access patterns (moved tocom.blib.api.common.util.v1).
♻️ Changes
- Moved
KeyedAccessfromcom.blib.api.commontocom.blib.api.common.util.v1.
🐞 Fixes
- Fixed potential crash during decorated pot sherd pattern rendering.
🔬 Technical Changes
- Added global event dispatch system via
BLibGlobalEventHandleandBLibGlobalEventsfor efficient cross-mod event invocation. - Added
BLibGlobalOnlyEventHandlefor BLib-specific events that don't have platform (Fabric/NeoForge) equivalents.

