From 354704f8b971ea19ec654751124ecb630a00533b Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Fri, 8 Oct 2021 13:00:46 +0200 Subject: [PATCH] Updated components --- .../behavior/entities/format/components.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/source/behavior/entities/format/components.json b/source/behavior/entities/format/components.json index d67c2698..814fa2a8 100644 --- a/source/behavior/entities/format/components.json +++ b/source/behavior/entities/format/components.json @@ -176,18 +176,18 @@ "minecraft:npc": { "$ref": "./components/minecraft.npc.json" }, "minecraft:strength": { "$ref": "./components/minecraft.strength.json" }, "minecraft:trail": { "$ref": "./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:hide": { "$ref": "./components/minecraft.hide.json" }, + "minecraft:horse.jump_strength": { "$ref": "./components/minecraft.horse.jump_strength.json" }, + "minecraft:trade_resupply": { "$ref": "./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" }, + "minecraft:behavior.avoid_block": { "$ref": "./behaviors/minecraft.behavior.avoid_block.json" }, "minecraft:behavior.avoid_mob_type": { "$ref": "./behaviors/minecraft.behavior.avoid_mob_type.json" }, "minecraft:behavior.barter": { "$ref": "./behaviors/minecraft.behavior.barter.json" }, "minecraft:behavior.beg": { "$ref": "./behaviors/minecraft.behavior.beg.json" }, "minecraft:behavior.break_door": { "$ref": "./behaviors/minecraft.behavior.break_door.json" }, "minecraft:behavior.breed": { "$ref": "./behaviors/minecraft.behavior.breed.json" }, - "minecraft:behavior.celebrate": { "$ref": "../1.16.0/behaviors/minecraft.behavior.celebrate.json" }, + "minecraft:behavior.celebrate": { "$ref": "./behaviors/minecraft.behavior.celebrate.json" }, "minecraft:behavior.charge_attack": { "$ref": "./behaviors/minecraft.behavior.charge_attack.json" }, "minecraft:behavior.charge_held_item": { "$ref": "./behaviors/minecraft.behavior.charge_held_item.json" }, "minecraft:behavior.circle_around_anchor": { "$ref": "./behaviors/minecraft.behavior.circle_around_anchor.json" }, @@ -210,7 +210,7 @@ "minecraft:behavior.eat_carried_item": { "$ref": "./behaviors/minecraft.behavior.eat_carried_item.json" }, "minecraft:behavior.enderman_leave_block": { "$ref": "./behaviors/minecraft.behavior.enderman_leave_block.json" }, "minecraft:behavior.enderman_take_block": { "$ref": "./behaviors/minecraft.behavior.enderman_take_block.json" }, - "minecraft:behavior.equip_item": { "$ref": "../1.16.0/behaviors/minecraft.behavior.equip_item.json" }, + "minecraft:behavior.equip_item": { "$ref": "./behaviors/minecraft.behavior.equip_item.json" }, "minecraft:behavior.explore_outskirts": { "$ref": "./behaviors/minecraft.behavior.explore_outskirts.json" }, "minecraft:behavior.find_cover": { "$ref": "./behaviors/minecraft.behavior.find_cover.json" }, "minecraft:behavior.find_mount": { "$ref": "./behaviors/minecraft.behavior.find_mount.json" }, @@ -254,10 +254,10 @@ "minecraft:behavior.move_to_village": { "$ref": "./behaviors/minecraft.behavior.move_to_village.json" }, "minecraft:behavior.move_to_water": { "$ref": "./behaviors/minecraft.behavior.move_to_water.json" }, "minecraft:behavior.move_towards_dwelling_restriction": { "$ref": "./behaviors/minecraft.behavior.move_towards_dwelling_restriction.json" }, - "minecraft:behavior.move_towards_home_restriction": { "$ref": "../1.16.0/behaviors/minecraft.behavior.move_towards_home_restriction.json" }, + "minecraft:behavior.move_towards_home_restriction": { "$ref": "./behaviors/minecraft.behavior.move_towards_home_restriction.json" }, "minecraft:behavior.move_towards_restriction": { "$ref": "./behaviors/minecraft.behavior.move_towards_restriction.json" }, "minecraft:behavior.move_towards_target": { "$ref": "./behaviors/minecraft.behavior.move_towards_target.json" }, - "minecraft:behavior.nap": { "$ref": "../1.16.0/behaviors/minecraft.behavior.nap.json" }, + "minecraft:behavior.nap": { "$ref": "./behaviors/minecraft.behavior.nap.json" }, "minecraft:behavior.nearest_attackable_target": { "$ref": "./behaviors/minecraft.behavior.nearest_attackable_target.json" }, "minecraft:behavior.nearest_prioritized_attackable_target": { "$ref": "./behaviors/minecraft.behavior.nearest_prioritized_attackable_target.json" @@ -279,7 +279,7 @@ "minecraft:behavior.ram_attack": { "$ref": "./behaviors/minecraft.behavior.ram_attack.json" }, "minecraft:behavior.random_breach": { "$ref": "./behaviors/minecraft.behavior.random_breach.json" }, "minecraft:behavior.random_fly": { "$ref": "./behaviors/minecraft.behavior.random_fly.json" }, - "minecraft:behavior.random_hover": { "$ref": "../1.16.0/behaviors/minecraft.behavior.random_hover.json" }, + "minecraft:behavior.random_hover": { "$ref": "./behaviors/minecraft.behavior.random_hover.json" }, "minecraft:behavior.random_look_around": { "$ref": "./behaviors/minecraft.behavior.random_look_around.json" }, "minecraft:behavior.random_look_around_and_sit": { "$ref": "./behaviors/minecraft.behavior.random_look_around_and_sit.json" }, "minecraft:behavior.random_sitting": { "$ref": "./behaviors/minecraft.behavior.random_sitting.json" }, @@ -310,7 +310,7 @@ "minecraft:behavior.squid_idle": { "$ref": "./behaviors/minecraft.behavior.squid_idle.json" }, "minecraft:behavior.squid_move_away_from_ground": { "$ref": "./behaviors/minecraft.behavior.squid_move_away_from_ground.json" }, "minecraft:behavior.squid_out_of_water": { "$ref": "./behaviors/minecraft.behavior.squid_out_of_water.json" }, - "minecraft:behavior.stalk_and_pounce_on_target": { "$ref": "../1.16.0/behaviors/minecraft.behavior.stalk_and_pounce_on_target.json" }, + "minecraft:behavior.stalk_and_pounce_on_target": { "$ref": "./behaviors/minecraft.behavior.stalk_and_pounce_on_target.json" }, "minecraft:behavior.stay_while_sitting": { "$ref": "./behaviors/minecraft.behavior.stay_while_sitting.json" }, "minecraft:behavior.stomp_attack": { "$ref": "./behaviors/minecraft.behavior.stomp_attack.json" }, "minecraft:behavior.stomp_turtle_egg": { "$ref": "./behaviors/minecraft.behavior.stomp_turtle_egg.json" },