Updated for Minecraft 1.21.6
Changed
- Knife tooltips now use
attribute_modifiers
override type to display attack damage and speed- Existing knives will work normally, but only newly crafted knives will show the proper text
Fixes
- Slightly cleaned up Cooking Station model file
- fixed not rendering mirrored when in the left hand
- Fixed water tank GUI colors
- Fixed console spam from cooking station recipes
Added
- 1.21.5 support (this version is incompatible with 1.21.4 and below)
Changed
- Cooking Station GUI text is no longer centered, but now shows its language translations
- Existing stations may need to be broken and replaced to show the text
- Water Level GUI no longer uses leather helmets as the base item
- Italicization is no longer specified on custom items
- May cause old items to not stack with newer ones, but they should be compatible in recipes
Removed
- Bowl eating loot table leftover from earlier versions
Added
- 1.21.2 support (this version is incompatible with 1.21.1 and below)
Changed
- Items use
item_model
instead ofcustom_model_data
component, some items now usingconsumable
- almost everything will have to be recrafted (again)
- Tea made to feel more like being drunk rather than eaten
- Tea and Rotten Stew now give teacups and bowls respectively through the
use_remainder
component instead of advancements
Removed
- Old uninstall function from before v4
This is more or less just a preparation for the 1.21.2 drop
Added
- 1.21.2-pre1 support
Changed
- Items use
item_model
instead ofcustom_model_data
component, some items now usingconsumable
- almost everything will have to be recrafted (again)
- Tea made to feel more like being drunk rather than eaten
- Tea and Rotten Stew now give teacups and bowls respectively through the
use_remainder
component instead of advancements
Removed
- Old uninstall function from before v4