Update from 1.21.0 to 1.21.30 (#307)
* - Remove deprecated biome components * - Remove block hcf * - Add item specific destroy speeds * - Add owner distance filter * - Update scatter feature distribution property * - Add new entity components - Remove behavior.peek * - Add new item components - Remove hcf item stuff * - Remove volumes * - Add set_potion loot table function * - Mark fields as required * - Add item display transforms * - Add redstone conductivity block component * - Add is_navigating filter * - Fix move around target ref * - Add pack namespaced loot tables functions
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"type": "object",
|
||||
"title": "Components",
|
||||
"description": "A collection of components.",
|
||||
"required": [],
|
||||
"required": [ ],
|
||||
"properties": {
|
||||
"minecraft:absorption": { "$ref": "./components/attribute.json" },
|
||||
"minecraft:addrider": { "$ref": "./components/addrider.json" },
|
||||
@@ -238,6 +238,7 @@
|
||||
"minecraft:behavior.find_cover": { "$ref": "./behaviors/find_cover.json" },
|
||||
"minecraft:behavior.find_mount": { "$ref": "./behaviors/find_mount.json" },
|
||||
"minecraft:behavior.find_underwater_treasure": { "$ref": "./behaviors/find_underwater_treasure.json" },
|
||||
"minecraft:behavior.fire_at_target": { "$ref": "./behaviors/fire_at_target.json" },
|
||||
"minecraft:behavior.flee_sun": { "$ref": "./behaviors/flee_sun.json" },
|
||||
"minecraft:behavior.float_wander": { "$ref": "./behaviors/float_wander.json" },
|
||||
"minecraft:behavior.float": { "$ref": "./behaviors/float.json" },
|
||||
@@ -256,6 +257,7 @@
|
||||
"minecraft:behavior.hurt_by_target": { "$ref": "./behaviors/hurt_by_target.json" },
|
||||
"minecraft:behavior.inspect_bookshelf": { "$ref": "./behaviors/inspect_bookshelf.json" },
|
||||
"minecraft:behavior.investigate_suspicious_location": { "$ref": "./behaviors/investigate_suspicious_location.json" },
|
||||
"minecraft:behavior.jump_around_target": { "$ref": "./behaviors/jump_around_target.json" },
|
||||
"minecraft:behavior.jump_to_block": { "$ref": "./behaviors/jump_to_block.json" },
|
||||
"minecraft:behavior.knockback_roar": { "$ref": "./behaviors/knockback_roar.json" },
|
||||
"minecraft:behavior.lay_down": { "$ref": "./behaviors/lay_down.json" },
|
||||
@@ -295,7 +297,6 @@
|
||||
"minecraft:behavior.owner_hurt_by_target": { "$ref": "./behaviors/owner_hurt_by_target.json" },
|
||||
"minecraft:behavior.owner_hurt_target": { "$ref": "./behaviors/owner_hurt_target.json" },
|
||||
"minecraft:behavior.panic": { "$ref": "./behaviors/panic.json" },
|
||||
"minecraft:behavior.peek": { "$ref": "./behaviors/peek.json" },
|
||||
"minecraft:behavior.pet_sleep_with_owner": { "$ref": "./behaviors/pet_sleep_with_owner.json" },
|
||||
"minecraft:behavior.pickup_items": { "$ref": "./behaviors/pickup_items.json" },
|
||||
"minecraft:behavior.play_dead": { "$ref": "./behaviors/play_dead.json" },
|
||||
@@ -349,10 +350,13 @@
|
||||
"minecraft:behavior.summon_entity": { "$ref": "./behaviors/summon_entity.json" },
|
||||
"minecraft:behavior.swell": { "$ref": "./behaviors/swell.json" },
|
||||
"minecraft:behavior.swim_idle": { "$ref": "./behaviors/swim_idle.json" },
|
||||
"minecraft:behavior.swim_up_for_breath": { "$ref": "./behaviors/swim_up_for_breath.json" },
|
||||
"minecraft:behavior.swim_wander": { "$ref": "./behaviors/swim_wander.json" },
|
||||
"minecraft:behavior.swim_with_entity": { "$ref": "./behaviors/swim_with_entity.json" },
|
||||
"minecraft:behavior.swoop_attack": { "$ref": "./behaviors/swoop_attack.json" },
|
||||
"minecraft:behavior.take_flower": { "$ref": "./behaviors/take_flower.json" },
|
||||
"minecraft:behavior.teleport_to_owner": { "$ref": "./behaviors/teleport_to_owner.json" },
|
||||
"minecraft:behavior.move_around_target": { "$ref": "./behaviors/move_around_target.json" },
|
||||
"minecraft:behavior.target_when_pushed": { "$ref": "./behaviors/target_when_pushed.json" },
|
||||
"minecraft:behavior.tempt": { "$ref": "./behaviors/tempt.json" },
|
||||
"minecraft:behavior.timer_flag_1": { "$ref": "./behaviors/timer_flag.json" },
|
||||
|
||||
Reference in New Issue
Block a user