Fixing components and behaviors

This commit is contained in:
DaanV2
2022-06-07 23:20:52 +02:00
parent 3b33cf147e
commit c3807a664d
6 changed files with 206 additions and 75 deletions

View File

@@ -229,6 +229,8 @@
"minecraft:behavior.follow_owner": { "$ref": "./behaviors/follow_owner.json" },
"minecraft:behavior.follow_parent": { "$ref": "./behaviors/follow_parent.json" },
"minecraft:behavior.follow_target_captain": { "$ref": "./behaviors/follow_target_captain.json" },
"minecraft:behavior.go_and_give_items_to_noteblock": { "$ref": "./behaviors/go_and_give_items_to_noteblock.json" },
"minecraft:behavior.go_and_give_items_to_owner": { "$ref": "./behaviors/go_and_give_items_to_owner.json" },
"minecraft:behavior.go_home": { "$ref": "./behaviors/go_home.json" },
"minecraft:behavior.guardian_attack": { "$ref": "./behaviors/guardian_attack.json" },
"minecraft:behavior.harvest_farm_block": { "$ref": "./behaviors/harvest_farm_block.json" },
@@ -316,6 +318,7 @@
"minecraft:behavior.squid_move_away_from_ground": { "$ref": "./behaviors/squid_move_away_from_ground.json" },
"minecraft:behavior.squid_out_of_water": { "$ref": "./behaviors/squid_out_of_water.json" },
"minecraft:behavior.stalk_and_pounce_on_target": { "$ref": "./behaviors/stalk_and_pounce_on_target.json" },
"minecraft:behavior.stay_near_noteblock": { "$ref": "./behaviors/stay_near_noteblock.json" },
"minecraft:behavior.stay_while_sitting": { "$ref": "./behaviors/stay_while_sitting.json" },
"minecraft:behavior.stomp_attack": { "$ref": "./behaviors/stomp_attack.json" },
"minecraft:behavior.stomp_turtle_egg": { "$ref": "./behaviors/stomp_turtle_egg.json" },