Added Work composter

This commit is contained in:
DaanV2
2022-04-20 12:37:39 +02:00
parent a97ebc947a
commit b12a22c312
3 changed files with 102 additions and 1 deletions

View File

@@ -330,6 +330,7 @@
"minecraft:behavior.vex_random_move": { "$ref": "./behaviors/vex_random_move.json" },
"minecraft:behavior.wither_random_attack_pos_goal": { "$ref": "./behaviors/wither_random_attack_pos_goal.json" },
"minecraft:behavior.wither_target_highest_damage": { "$ref": "./behaviors/wither_target_highest_damage.json" },
"minecraft:behavior.work": { "$ref": "./behaviors/work.json" }
"minecraft:behavior.work": { "$ref": "./behaviors/work.json" },
"minecraft:behavior.work_composter": { "$ref": "./behaviors/work_composter.json" }
}
}