diff --git a/source/behavior/entities/1.10.0/components.json b/source/behavior/entities/1.10.0/components.json index 61925af1..2df34a4c 100644 --- a/source/behavior/entities/1.10.0/components.json +++ b/source/behavior/entities/1.10.0/components.json @@ -175,6 +175,10 @@ "minecraft:walk_animation_speed": { "$ref": "../1.8.0/components/minecraft.walk_animation_speed.json" }, "minecraft:wants_jockey": { "$ref": "../1.8.0/components/minecraft.wants_jockey.json" }, "minecraft:water_movement": { "$ref": "../1.8.0/components/minecraft.water_movement.json" }, + "minecraft:dweller": { "$ref": "../1.8.0/components/minecraft.dweller.json" }, + "minecraft:hide": { "$ref": "../1.16.0/components/minecraft.hide.json" }, + "minecraft:horse.jump_strength": { "$ref": "../1.16.0/components/minecraft.horse.jump_strength.json" }, + "minecraft:trade_resupply": { "$ref": "../1.16.0/components/minecraft.trade_resupply.json" }, "minecraft:behavior.admire_item": { "$ref": "../1.8.0/behaviors/minecraft.behavior.admire_item.json" }, "minecraft:behavior.avoid_mob_type": { "$ref": "../1.8.0/behaviors/minecraft.behavior.avoid_mob_type.json" }, diff --git a/source/behavior/entities/1.12.0/components.json b/source/behavior/entities/1.12.0/components.json index 99c45029..65db6945 100644 --- a/source/behavior/entities/1.12.0/components.json +++ b/source/behavior/entities/1.12.0/components.json @@ -176,6 +176,9 @@ "minecraft:walk_animation_speed": { "$ref": "../1.8.0/components/minecraft.walk_animation_speed.json" }, "minecraft:wants_jockey": { "$ref": "../1.8.0/components/minecraft.wants_jockey.json" }, "minecraft:water_movement": { "$ref": "../1.8.0/components/minecraft.water_movement.json" }, + "minecraft:hide": { "$ref": "../1.16.0/components/minecraft.hide.json" }, + "minecraft:horse.jump_strength": { "$ref": "../1.16.0/components/minecraft.horse.jump_strength.json" }, + "minecraft:trade_resupply": { "$ref": "../1.16.0/components/minecraft.trade_resupply.json" }, "minecraft:behavior.admire_item": { "$ref": "../1.8.0/behaviors/minecraft.behavior.admire_item.json" }, "minecraft:behavior.avoid_mob_type": { "$ref": "../1.8.0/behaviors/minecraft.behavior.avoid_mob_type.json" }, diff --git a/source/behavior/entities/1.13.0/components.json b/source/behavior/entities/1.13.0/components.json index c3062fdc..8d7a2394 100644 --- a/source/behavior/entities/1.13.0/components.json +++ b/source/behavior/entities/1.13.0/components.json @@ -176,6 +176,9 @@ "minecraft:walk_animation_speed": { "$ref": "../1.8.0/components/minecraft.walk_animation_speed.json" }, "minecraft:wants_jockey": { "$ref": "../1.8.0/components/minecraft.wants_jockey.json" }, "minecraft:water_movement": { "$ref": "../1.8.0/components/minecraft.water_movement.json" }, + "minecraft:hide": { "$ref": "../1.16.0/components/minecraft.hide.json" }, + "minecraft:horse.jump_strength": { "$ref": "../1.16.0/components/minecraft.horse.jump_strength.json" }, + "minecraft:trade_resupply": { "$ref": "../1.16.0/components/minecraft.trade_resupply.json" }, "minecraft:behavior.admire_item": { "$ref": "../1.8.0/behaviors/minecraft.behavior.admire_item.json" }, "minecraft:behavior.avoid_mob_type": { "$ref": "../1.8.0/behaviors/minecraft.behavior.avoid_mob_type.json" }, diff --git a/source/behavior/entities/1.8.0/components.json b/source/behavior/entities/1.8.0/components.json index 17bf23e7..c035756a 100644 --- a/source/behavior/entities/1.8.0/components.json +++ b/source/behavior/entities/1.8.0/components.json @@ -156,6 +156,29 @@ "minecraft:walk_animation_speed": { "$ref": "./components/minecraft.walk_animation_speed.json" }, "minecraft:wants_jockey": { "$ref": "./components/minecraft.wants_jockey.json" }, "minecraft:water_movement": { "$ref": "./components/minecraft.water_movement.json" }, + "minecraft:admire_item": { "$ref": "../1.8.0/components/minecraft.admire_item.json" }, + "minecraft:area_attack": { "$ref": "../1.8.0/components/minecraft.area_attack.json" }, + "minecraft:attack_cooldown": { "$ref": "../1.8.0/components/minecraft.attack_cooldown.json" }, + "minecraft:barter": { "$ref": "../1.8.0/components/minecraft.barter.json" }, + "minecraft:block_sensor": { "$ref": "../1.8.0/components/minecraft.block_sensor.json" }, + "minecraft:buoyant": { "$ref": "../1.8.0/components/minecraft.buoyant.json" }, + "minecraft:celebrate_hunt": { "$ref": "../1.8.0/components/minecraft.celebrate_hunt.json" }, + "minecraft:entity_sensor": { "$ref": "../1.8.0/components/minecraft.entity_sensor.json" }, + "minecraft:equip_item": { "$ref": "../1.8.0/components/minecraft.equip_item.json" }, + "minecraft:experience_reward": { "$ref": "../1.8.0/components/minecraft.experience_reward.json" }, + "minecraft:group_size": { "$ref": "../1.8.0/components/minecraft.group_size.json" }, + "minecraft:grows_crop": { "$ref": "../1.8.0/components/minecraft.grows_crop.json" }, + "minecraft:home": { "$ref": "../1.8.0/components/minecraft.home.json" }, + "minecraft:instant_despawn": { "$ref": "../1.8.0/components/minecraft.instant_despawn.json" }, + "minecraft:mob_effect": { "$ref": "../1.8.0/components/minecraft.mob_effect.json" }, + "minecraft:movement.hover": { "$ref": "../1.8.0/components/minecraft.movement.hover.json" }, + "minecraft:navigation.hover": { "$ref": "../1.8.0/components/minecraft.navigation.hover.json" }, + "minecraft:npc": { "$ref": "../1.8.0/components/minecraft.npc.json" }, + "minecraft:strength": { "$ref": "../1.8.0/components/minecraft.strength.json" }, + "minecraft:trail": { "$ref": "../1.8.0/components/minecraft.trail.json" }, + "minecraft:hide": { "$ref": "../1.16.0/components/minecraft.hide.json" }, + "minecraft:horse.jump_strength": { "$ref": "../1.16.0/components/minecraft.horse.jump_strength.json" }, + "minecraft:trade_resupply": { "$ref": "../1.16.0/components/minecraft.trade_resupply.json" }, "minecraft:behavior.admire_item": { "$ref": "./behaviors/minecraft.behavior.admire_item.json" }, "minecraft:behavior.avoid_block": { "$ref": "../1.16.0/behaviors/minecraft.behavior.avoid_block.json" },