promotional bannermobile promotional banner

BLib

A library that makes multi-loader mod development more streamlined.

File Details

neoforge 0.2.1

  • R
  • Feb 2, 2026
  • 1.43 MB
  • 380
  • 1.21.1
  • NeoForge

File Name

blib-neoforge-1.21.1-0.2.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:blib-1400219:7564760"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

v0.2.1

✍️ Developer Notes

☢️ Breaking Changes

  • Removed MixinLivingEntity_ApplyArmorEffects - the automatic fire resistance armor behavior is no longer built-in. Use the new onEntityTick() event to implement custom armor set effects.

✨ What's New

  • Added BLibEntityTickEvent - a new event fired on every entity tick.
  • Added onEntityTick() to BLibEventAccess for registering entity tick listeners.
  • Added KeyedAccess interface for key-value access patterns (moved to com.blib.api.common.util.v1).

♻️ Changes

  • Moved KeyedAccess from com.blib.api.common to com.blib.api.common.util.v1.

🐞 Fixes

  • Fixed potential crash during decorated pot sherd pattern rendering.

🔬 Technical Changes

  • Added global event dispatch system via BLibGlobalEventHandle and BLibGlobalEvents for efficient cross-mod event invocation.
  • Added BLibGlobalOnlyEventHandle for BLib-specific events that don't have platform (Fabric/NeoForge) equivalents.