Change versioning in bcc, Update mods, add AI back and others

This commit is contained in:
2026-05-04 17:28:14 +02:00
parent 93bb98eaa4
commit 5477ea7e44
25 changed files with 1609 additions and 63 deletions
@@ -0,0 +1,20 @@
[
{
"priority": 2,
"attacker": "#enhancedai:config/can_attack_villagers",
"target": "minecraft:villager",
"chance": 0.5
},
{
"priority": 2,
"attacker": "#enhancedai:config/can_attack_iron_golem",
"target": "minecraft:iron_golem",
"chance": 0.5
},
{
"priority": 1,
"attacker": "#enhancedai:config/hostile_horses",
"target": "minecraft:player",
"add_attack_goal": true
}
]