Updating filters and behaviors

This commit is contained in:
DaanV2
2023-10-24 21:58:11 +02:00
parent 96d0654970
commit b79f694f7a
25 changed files with 496 additions and 16 deletions

View File

@@ -348,6 +348,10 @@
"minecraft:behavior.take_flower": { "$ref": "./behaviors/take_flower.json" },
"minecraft:behavior.target_when_pushed": { "$ref": "./behaviors/target_when_pushed.json" },
"minecraft:behavior.tempt": { "$ref": "./behaviors/tempt.json" },
"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" },