Updated to 1.21.50 (#330)

* - Add new client biome components
* - Added built-in block tags
* - Add liquid detection block component
* - Add item visual component
* - Allow ambient_occlusion to use floats
* - Added cannot_be_attacked and ignore component
* - Added play_sound event response
* - Added summon_event property to summon_entity behavior
* - Updated home and looked_at components
* - Added compostable item component
* - Added jigsaws
* - Added processor_lists
* - Made identifier required in jigsaws
* - Added structure sets
* - Remove compressed volume file
* - Add template pools
* - Setup jigsaw schemas
* - Added broadcast_when_dying
* - Update interact.vibration
* - Fix format_version ref in jigsaw schemas
This commit is contained in:
Xterionix
2024-12-05 20:54:27 +05:00
committed by GitHub
parent b4b53a8074
commit ec99529c64
36 changed files with 1131 additions and 39 deletions

View File

@@ -36,6 +36,7 @@
"minecraft:can_fly": { "$ref": "./components/can_fly.json" },
"minecraft:can_join_raid": { "$ref": "./components/can_join_raid.json" },
"minecraft:can_power_jump": { "$ref": "./components/can_power_jump.json" },
"minecraft:cannot_be_attacked": { "$ref": "./components/cannot_be_attacked.json" },
"minecraft:celebrate_hunt": { "$ref": "./components/celebrate_hunt.json" },
"minecraft:collision_box": { "$ref": "./components/collision_box.json" },
"minecraft:color": { "$ref": "./components/color.json" },
@@ -71,6 +72,7 @@
"minecraft:genetics": { "$ref": "./components/genetics.json" },
"minecraft:giveable": { "$ref": "./components/giveable.json" },
"minecraft:ground_offset": { "$ref": "./components/ground_offset.json" },
"minecraft:ignore_cannot_be_attacked": { "$ref": "./components/ignore_cannot_be_attacked.json" },
"minecraft:group_size": { "$ref": "./components/group_size.json" },
"minecraft:grows_crop": { "$ref": "./components/grows_crop.json" },
"minecraft:healable": { "$ref": "./components/healable.json" },