promotional bannermobile promotional banner

BLib

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

File Details

fabric 0.2.0

  • R
  • Jan 31, 2026
  • 1.47 MB
  • 163
  • 1.21.1
  • Fabric

File Name

blib-fabric-1.21.1-0.2.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

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

Learn more about Curse Maven

v0.2.0

✍️ Developer Notes

☢️ Breaking Changes

  • Merged AzureLib into BLib (with permission from AzureLib's maintainer).
    • This means BLib (and its dependents) no longer require AzureLib.
  • Restructured entire project into api/internal packaging.
    • Previously there was only an internal package, with an unofficial API, now there is a dedicated API package.
    • Any classes in the API package are guaranteed to maintain backwards compatibility according to the mod's semantic version.
  • Numerous breaking changes to all previously existing classes.
    • Many classes have been renamed or moved. If you can no longer find a BLib class in your project, it likely has a different name. Please reach out for migration assistance in our Discord if you get stuck!
  • Updated just-goap to 0.3.0.
    • just-goap was mostly rewritten. Please consult that project's changelog for migration guidance.

✨ What's New

  • Added ShapedRecipeBuilder#into(ItemStack).
  • Added ShapelessRecipeBuilder#into(ItemStack).
  • Added a new "property" API for managing simple property files.