Change versioning in bcc, Update mods, add AI back and others
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user