Compatibility
Minecraft: Java Edition
1.21.1
1.20.6
1.20.4
1.20–1.20.2
1.19.4
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Changelog
General
- Updated to 1.20.6
- Update API Documentation Link in README
- Major changes across the API as a result of large technical changes in recent minor vanilla updates
- Various removals and API-breaking changes
Content Modification API
- Removed Item & Enchantment modification methods
- These are replaced by the new data-driven components/enchantment system and should be modifiable with Fabric's Component Modification API
- Renamed some methods to better match some vanilla renames
Convention Tags
- Renamed MILK_DOES_NOT_CURE to UNAFFECTED_BY_MILK Status Effect Tag
- Removed repairs/ Item Tags
- Backend changes broke implementation; will hopefully return in the future
Entity Attributes
- Removed jump strength, block break speed, and gravity attributes in favor of new vanilla ones
Food Component API
- Removed Durability Foods; may or may not return in the future
- Merged into the Item API
Item API
- Add CreoDataComponentTypes.FOOD as a re-implementation of the Food Component API
Mod Compatibility API
- Removed as it had limited functionality; may or may not return in the future
Shader Interaction API
- Add removed shaders from vanilla so they can still be used