Features
- Lockdown Effect now works properly under infinite duration.
Miscellaneous
- Updated NeoForge module to stable 1.20.2 release.
Modloader
- Changed from Forge to NeoForge.
Miscellaneous
- Updated to 1.20.2.
- Optimised texture file sizes.
- Changed license to MIT license (previously LGPL-3.0-only).
Bugfixes
- Fixed automatically coloured nectar bowl models showing as a missing texture.
- [NEOFORGE] Fixed syncing of lockdown components when joining the game or swapping dimension.
Miscellaneous
- Updated to 1.20.2.
- Optimised texture file sizes.
- Changed license to MIT license (previously LGPL-3.0-only).
Bugfixes
- Fixed automatically coloured nectar bowl models showing as a missing texture.
- [NEOFORGE] Fixed syncing of lockdown components when joining the game or swapping dimension.
Bugfixes
- Fixed JEI plugin entrypoint pointing to the incorrect place on Quilt.
Features
- Added an
AllowShearing
tag to Mooblooms and Mooshrooms (Located inside the Mooshroom type component/capability)
Bugfixes
- Fixed inconsistent %s disconnections when joining a server due to null registry access.
- Fixed Custom Mushroom Blocks appearing as their Custom Mushroom counterparts whilst in the inventory.
- [FORGE] Fixed Mooshrooms not dropping the correct items upon shearing.
Bugfixes
- Fixed incompatibilities with ModernFix's dynamic asset loader by moving to loader specific model loading implementations.
Notes for Datapack Developers
This verison of Bovines and Buttercups contains a breaking change due to the above bugfix.
Will I need to change anything?
If you load any custom models, you will need to update where you place your bovinestate files, as well as update your Configured Cow Type JSON files to accommodate for this too.
- BovineState files have moved from the base directory's
bovinesandbuttercups
folder toblockstates/bovinesandbuttercups
. The format should still be the same. - Replace any mentions of the
models/item/
path with nothing as you don't need to mention this extra path anymore.
Bugfixes
- Fixed Moobloom type desync issues.
Bugfixes
- [FABRIC/QUILT] Fixed a crash with other mods that modify FlowerBlock's blockstates. #20