Full Item Settings support!
You now have the full functionality as if you declared your own item from within your own mod!
- Adds
minecraft:recipe_remainder
component, which tells the crafting table what item to leave behind when the item is used in as an ingredient. Takes an item stack instance.
New Stuff !!
-
Adds
minecraft:rarity
component, which decides the default color of the text of an item, takes in a String value of rarity. -
Adds
minecraft:fireproof
component, which decides whether the item will disappear when touching fire sources of damage. -
Changed
minecraft:food_properties.food_behaviour
tominecraft:food_properties.food_behavior
to match the american spelling conventions of all Minecraft data values. -
Changed
minecraft:food_properties.custom_effects
tominecraft:food_properties.status_effects
to better explain what the component data handles.