Bugs:
- fixed book tag not playing sound when added to chiseled_bookshelf
- fixed crafting_station displays disappearing
- fixed crafting_station interactions disappearing when next to eachother
- fixed crafting_station being unable to be interacted with
Entities:
- updated block_entities
Functions:
- updated raycast
NBT Tags:
- updated craftable_on
- updated item_commands: added [equip, player_hurt], merged [attack, consume, drop, tick, use]
Objectives:
- updated item.hand_used
- updated item.slot_used
Misc:
- updated to Minecraft 1.21.4
Bugs:
- fixed custom_mob teleport incompatability
- fixed furnace output inconsistency
Containers:
- removed custon_gui support
Functions:
- added drop_items
- added run_command/...
- added set_player_data
- removed reset_base_attributes
- updated command/remove (now entity/remove)
NBT Tags:
- updated apply_damage sub-tag
- updated custom_entity_data
- updated custom_smelt_data (now smelting_output)
Tags:
- updated data_api:compost/...
Misc:
- updated to Minecraft 1.21.2
Entities:
- updated custom_entity_data
Functions:
- added raycast/...
Item Modifiers:
- removed food_preset/...
NBT Tags:
- removed custom_armor_data
- removed custom_hat_data
- removed prevent_equip
- updated use
Predicates:
- added input/...
Settings:
- blockEntities is now set to false by default
Misc:
- updated to Minecraft 1.21.1
Commands:
- fixed bug where
calculate
would return a number other than 0 for a false nbt check - updated
calculate
(added parameter "restricted_output") - updated
calculate
("mode" operation can now output multiple values)
Containers:
- updated
minecart_gui
to also work onminecraft:chest_boat
Settings:
- added
load_text
toggle option