Misc:
- Renamed to "Data API"
- Moved settings command
Blocks:
- added customizable GUIs
- converted [#campfires|#cauldrons|crafting_table|composter|fletching_table|#furnaces|smithing_table] into targetable entities (execute as @e[nbt={data:{BlockID:"minecraft:..."}}] (1.17+)
Functions:
- added copy/name_to_customname
- added copy/entity_data
- added copy/entity_data_from_tag
- added drop_item/...
Items & Modifiers:
- added nbt tag CustomHatData
- added nbt tag delete:1b
- added nbt tag inv_drop:1b
- renamed nbt tag NoBurn:1b to no_burn:1b
- added nbt tag no_equip:1b
- added nbt tag summon
- added modifier dev:set_nbt/display/color/...
Objectives:
- added dev.DsplLight
- removed dev.Effect
Predicates:
- added dev:location_check/is_lit
- added dev:entity_properties/attributes/...
- added dev:entity_properties/flags/has_been_bred
Misc:
- Added Custom Mob Support
Objectives:
- Added dev.MaxHealth
Predicates:
- Added is_baby
- Added is_dead
- Added is_hurt
- Added is_moving
- Added is_sitting