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-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.