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
}
]
@@ -0,0 +1,34 @@
[
{
"id": "minecraft:shield",
"value": 0.2
},
{
"id": "shieldsplus:wooden_shield",
"value": 0.1
},
{
"id": "shieldsplus:stone_shield",
"value": 0.15
},
{
"id": "shieldsplus:iron_shield",
"value": 0.2
},
{
"id": "shieldsplus:golden_shield",
"value": 0.1
},
{
"id": "shieldsplus:diamond_shield",
"value": 0.3
},
{
"id": "shieldsplus:netherite_shield",
"value": 0.35
},
{
"id": "shieldsplus:copper_shield",
"value": 0.15
}
]
File diff suppressed because it is too large Load Diff