SMP-MODPACK/.minecraft/config/attributefix.json

169 lines
3.1 KiB
JSON
Raw Normal View History

2024-03-06 10:50:17 +01:00
{
"attributes": {
"minecraft:generic.follow_range": {
"enabled": true,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 2048,
"value": 2048
}
},
"minecraft:generic.flying_speed": {
"enabled": true,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1024,
"value": 1024
}
},
2024-04-26 18:48:45 +02:00
"reach-entity-attributes:reach": {
"enabled": false,
"min": {
"default": -1024,
"value": -1024
},
"max": {
"default": 1024,
"value": 1024
}
},
2024-03-06 10:50:17 +01:00
"minecraft:generic.movement_speed": {
"enabled": true,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1024,
"value": 1024
}
},
"minecraft:generic.max_health": {
"enabled": true,
"min": {
"default": 1,
"value": 1
},
"max": {
"default": 1024,
"value": 1000000
}
},
"minecraft:generic.attack_speed": {
"enabled": true,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1024,
"value": 1024
}
},
"minecraft:generic.attack_damage": {
"enabled": true,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 2048,
"value": 1000000
}
},
"minecraft:generic.luck": {
"enabled": true,
"min": {
"default": -1024,
"value": -1024
},
"max": {
"default": 1024,
"value": 1024
}
},
"minecraft:zombie.spawn_reinforcements": {
"enabled": true,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1,
"value": 1
}
},
"minecraft:horse.jump_strength": {
"enabled": true,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 2,
"value": 2
}
},
"minecraft:generic.attack_knockback": {
"enabled": true,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 5,
"value": 1000000
}
},
"minecraft:generic.armor": {
"enabled": true,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 30,
"value": 1000000
}
},
"minecraft:generic.knockback_resistance": {
"enabled": true,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1,
"value": 1
}
},
"minecraft:generic.armor_toughness": {
"enabled": true,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 20,
"value": 1000000
}
2024-04-26 18:48:45 +02:00
},
"reach-entity-attributes:attack_range": {
"enabled": false,
"min": {
"default": -1024,
"value": -1024
},
"max": {
"default": 1024,
"value": 1024
}
2024-03-06 10:50:17 +01:00
}
}
}