Adding investigate_suspicious_location

This commit is contained in:
DaanV2
2024-01-06 23:02:12 +01:00
parent 94be6e147b
commit f224ae3b24
5 changed files with 54 additions and 10 deletions

View File

@@ -32,6 +32,7 @@
"minecraft:burns_in_daylight": { "$ref": "./components/burns_in_daylight.json" },
"minecraft:can_climb": { "$ref": "./components/can_climb.json" },
"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:celebrate_hunt": { "$ref": "./components/celebrate_hunt.json" },
"minecraft:collision_box": { "$ref": "./components/collision_box.json" },
@@ -248,6 +249,7 @@
"minecraft:behavior.hold_ground": { "$ref": "./behaviors/hold_ground.json" },
"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_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" },
@@ -273,17 +275,13 @@
"minecraft:behavior.move_to_random_block": { "$ref": "./behaviors/move_to_random_block.json" },
"minecraft:behavior.move_to_village": { "$ref": "./behaviors/move_to_village.json" },
"minecraft:behavior.move_to_water": { "$ref": "./behaviors/move_to_water.json" },
"minecraft:behavior.move_towards_dwelling_restriction": {
"$ref": "./behaviors/move_towards_dwelling_restriction.json"
},
"minecraft:behavior.move_towards_dwelling_restriction": { "$ref": "./behaviors/move_towards_dwelling_restriction.json" },
"minecraft:behavior.move_towards_home_restriction": { "$ref": "./behaviors/move_towards_home_restriction.json" },
"minecraft:behavior.move_towards_restriction": { "$ref": "./behaviors/move_towards_restriction.json" },
"minecraft:behavior.move_towards_target": { "$ref": "./behaviors/move_towards_target.json" },
"minecraft:behavior.nap": { "$ref": "./behaviors/nap.json" },
"minecraft:behavior.nearest_attackable_target": { "$ref": "./behaviors/nearest_attackable_target.json" },
"minecraft:behavior.nearest_prioritized_attackable_target": {
"$ref": "./behaviors/nearest_prioritized_attackable_target.json"
},
"minecraft:behavior.nearest_prioritized_attackable_target": { "$ref": "./behaviors/nearest_prioritized_attackable_target.json" },
"minecraft:behavior.ocelot_sit_on_block": { "$ref": "./behaviors/ocelot_sit_on_block.json" },
"minecraft:behavior.ocelotattack": { "$ref": "./behaviors/ocelotattack.json" },
"minecraft:behavior.offer_flower": { "$ref": "./behaviors/offer_flower.json" },
@@ -304,6 +302,7 @@
"minecraft:behavior.random_hover": { "$ref": "./behaviors/random_hover.json" },
"minecraft:behavior.random_look_around_and_sit": { "$ref": "./behaviors/random_look_around_and_sit.json" },
"minecraft:behavior.random_look_around": { "$ref": "./behaviors/random_look_around.json" },
"minecraft:behavior.random_search_and_dig": { "$ref": "./behaviors/random_search_and_dig.json" },
"minecraft:behavior.random_sitting": { "$ref": "./behaviors/random_sitting.json" },
"minecraft:behavior.random_stroll": { "$ref": "./behaviors/random_stroll.json" },
"minecraft:behavior.random_swim": { "$ref": "./behaviors/random_swim.json" },
@@ -352,7 +351,6 @@
"minecraft:behavior.timer_flag_1": { "$ref": "./behaviors/timer_flag.json" },
"minecraft:behavior.timer_flag_2": { "$ref": "./behaviors/timer_flag.json" },
"minecraft:behavior.timer_flag_3": { "$ref": "./behaviors/timer_flag.json" },
"minecraft:behavior.random_search_and_dig": { "$ref": "./behaviors/random_search_and_dig.json" },
"minecraft:behavior.trade_interest": { "$ref": "./behaviors/trade_interest.json" },
"minecraft:behavior.trade_with_player": { "$ref": "./behaviors/trade_with_player.json" },
"minecraft:behavior.vex_copy_owner_target": { "$ref": "./behaviors/vex_copy_owner_target.json" },