File Details
neoforge 0.2.0
- R
- Jan 31, 2026
- 1.43 MB
- 154
- 1.21.1
- NeoForge
File Name
blib-neoforge-1.21.1-0.2.0.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
v0.2.0
✍️ Developer Notes
- For help or other questions, concerns, etc. check out our Discord server: https://discord.gg/wp7mvmbkVb
☢️ 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-goapto0.3.0.just-goapwas 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.

