This commit is contained in:
DaanV2
2022-06-08 21:18:47 +02:00
parent 71e59fad42
commit aeffb4464a
15 changed files with 443 additions and 14 deletions

View File

@@ -10,6 +10,7 @@
"minecraft:admire_item": { "$ref": "./components/admire_item.json" },
"minecraft:ageable": { "$ref": "./components/ageable.json" },
"minecraft:ambient_sound_interval": { "$ref": "./components/ambient_sound_interval.json" },
"minecraft:anger_level": { "$ref": "./components/anger_level.json" },
"minecraft:angry": { "$ref": "./components/angry.json" },
"minecraft:annotation.break_door": { "$ref": "./components/annotation.break_door.json" },
"minecraft:annotation.open_door": { "$ref": "./components/annotation.open_door.json" },
@@ -198,9 +199,11 @@
"minecraft:behavior.charge_held_item": { "$ref": "./behaviors/charge_held_item.json" },
"minecraft:behavior.circle_around_anchor": { "$ref": "./behaviors/circle_around_anchor.json" },
"minecraft:behavior.controlled_by_player": { "$ref": "./behaviors/controlled_by_player.json" },
"minecraft:behavior.croak": { "$ref": "./behaviors/croak.json" },
"minecraft:behavior.defend_trusted_target": { "$ref": "./behaviors/defend_trusted_target.json" },
"minecraft:behavior.defend_village_target": { "$ref": "./behaviors/defend_village_target.json" },
"minecraft:behavior.delayed_attack": { "$ref": "./behaviors/delayed_attack.json" },
"minecraft:behavior.dig": { "$ref": "./behaviors/dig.json" },
"minecraft:behavior.door_interact": { "$ref": "./behaviors/door_interact.json" },
"minecraft:behavior.dragonchargeplayer": { "$ref": "./behaviors/dragonchargeplayer.json" },
"minecraft:behavior.dragondeath": { "$ref": "./behaviors/dragondeath.json" },
@@ -214,10 +217,13 @@
"minecraft:behavior.drop_item_for": { "$ref": "./behaviors/drop_item_for.json" },
"minecraft:behavior.eat_block": { "$ref": "./behaviors/eat_block.json" },
"minecraft:behavior.eat_carried_item": { "$ref": "./behaviors/eat_carried_item.json" },
"minecraft:behavior.eat_mob": { "$ref": "./behaviors/eat_mob.json" },
"minecraft:behavior.emerge": { "$ref": "./behaviors/eat_mob.json" },
"minecraft:behavior.enderman_leave_block": { "$ref": "./behaviors/enderman_leave_block.json" },
"minecraft:behavior.enderman_take_block": { "$ref": "./behaviors/enderman_take_block.json" },
"minecraft:behavior.equip_item": { "$ref": "./behaviors/equip_item.json" },
"minecraft:behavior.explore_outskirts": { "$ref": "./behaviors/explore_outskirts.json" },
"minecraft:behavior.fertilize_farm_block": { "$ref": "./behaviors/fertilize_farm_block.json" },
"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" },
@@ -297,6 +303,7 @@
"minecraft:behavior.restrict_open_door": { "$ref": "./behaviors/restrict_open_door.json" },
"minecraft:behavior.restrict_sun": { "$ref": "./behaviors/restrict_sun.json" },
"minecraft:behavior.rise_to_liquid_level": { "$ref": "./behaviors/rise_to_liquid_level.json" },
"minecraft:behavior.roar": { "$ref": "./behaviors/roar.json" },
"minecraft:behavior.roll": { "$ref": "./behaviors/roll.json" },
"minecraft:behavior.run_around_like_crazy": { "$ref": "./behaviors/run_around_like_crazy.json" },
"minecraft:behavior.scared": { "$ref": "./behaviors/scared.json" },
@@ -312,6 +319,7 @@
"minecraft:behavior.slime_random_direction": { "$ref": "./behaviors/slime_random_direction.json" },
"minecraft:behavior.snacking": { "$ref": "./behaviors/snacking.json" },
"minecraft:behavior.sneeze": { "$ref": "./behaviors/sneeze.json" },
"minecraft:behavior.sonic_boom": { "$ref": "./behaviors/sonic_boom.json" },
"minecraft:behavior.squid_dive": { "$ref": "./behaviors/squid_dive.json" },
"minecraft:behavior.squid_flee": { "$ref": "./behaviors/squid_flee.json" },
"minecraft:behavior.squid_idle": { "$ref": "./behaviors/squid_idle.json" },