Compare commits
2 commits
dcf150809e
...
132fbf312b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
132fbf312b | ||
|
|
15a9eb258d |
|
|
@ -28,8 +28,9 @@
|
|||
"per_level_above_first": 10
|
||||
},
|
||||
"slots": [
|
||||
"feet"
|
||||
"feet",
|
||||
"body"
|
||||
],
|
||||
"supported_items": "#minecraft:enchantable/foot_armor",
|
||||
"supported_items": "#mc_rebalance:enchantable/horse_and_foot_armor",
|
||||
"weight": 10
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"values": [
|
||||
"#mc_rebalance:enchantable/horse_armor",
|
||||
"#minecraft:enchantable/armor"
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"values": [
|
||||
"#mc_rebalance:enchantable/horse_armor",
|
||||
"#minecraft:enchantable/chest_armor"
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"values": [
|
||||
"#mc_rebalance:enchantable/horse_armor",
|
||||
"#minecraft:enchantable/foot_armor"
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"values": [
|
||||
"#mc_rebalance:enchantable/horse_armor",
|
||||
"#minecraft:enchantable/head_armor"
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"values": [
|
||||
"#mc_rebalance:enchantable/horse_armor",
|
||||
"#minecraft:enchantable/leg_armor"
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"values": [
|
||||
"#mc_rebalance:horse_armor"
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"values": [
|
||||
"minecraft:leather_horse_armor",
|
||||
"minecraft:copper_horse_armor",
|
||||
"minecraft:iron_horse_armor",
|
||||
"minecraft:golden_horse_armor",
|
||||
"minecraft:diamond_horse_armor"
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"op": "add",
|
||||
"path": "/supported_items",
|
||||
"value": "#mc_rebalance:enchantable/horse_and_armor"
|
||||
}
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
[
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/supported_items",
|
||||
"value": "#mc_rebalance:enchantable/horse_and_foot_armor"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/slots/-",
|
||||
"value": "body"
|
||||
}
|
||||
]
|
||||
|
|
@ -72,6 +72,6 @@
|
|||
"slots": [
|
||||
"armor"
|
||||
],
|
||||
"supported_items": "#minecraft:enchantable/foot_armor",
|
||||
"supported_items": "#mc_rebalance:enchantable/horse_and_foot_armor",
|
||||
"weight": 5
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"op": "add",
|
||||
"path": "/supported_items",
|
||||
"value": "#mc_rebalance:enchantable/horse_and_armor"
|
||||
}
|
||||
|
|
@ -103,8 +103,9 @@
|
|||
"per_level_above_first": 10
|
||||
},
|
||||
"slots": [
|
||||
"legs"
|
||||
"legs",
|
||||
"body"
|
||||
],
|
||||
"supported_items": "#minecraft:enchantable/leg_armor",
|
||||
"supported_items": "#mc_rebalance:enchantable/horse_and_leg_armor",
|
||||
"weight": 2
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"op": "add",
|
||||
"path": "/supported_items",
|
||||
"value": "#mc_rebalance:enchantable/horse_and_armor"
|
||||
}
|
||||
|
|
@ -1,35 +0,0 @@
|
|||
{
|
||||
"anvil_cost": 4,
|
||||
"description": {
|
||||
"translate": "enchantment.minecraft.respiration"
|
||||
},
|
||||
"effects": {
|
||||
"minecraft:attributes": [
|
||||
{
|
||||
"amount": {
|
||||
"type": "minecraft:linear",
|
||||
"base": 1.0,
|
||||
"per_level_above_first": 1.0
|
||||
},
|
||||
"attribute": "minecraft:generic.oxygen_bonus",
|
||||
"id": "minecraft:enchantment.respiration",
|
||||
"operation": "add_value"
|
||||
}
|
||||
]
|
||||
},
|
||||
"exclusive_set": "#mc_rebalance:exclusive_set/capability",
|
||||
"max_cost": {
|
||||
"base": 40,
|
||||
"per_level_above_first": 10
|
||||
},
|
||||
"max_level": 3,
|
||||
"min_cost": {
|
||||
"base": 10,
|
||||
"per_level_above_first": 10
|
||||
},
|
||||
"slots": [
|
||||
"head"
|
||||
],
|
||||
"supported_items": "#minecraft:enchantable/head_armor",
|
||||
"weight": 2
|
||||
}
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
[
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/exclusive_set",
|
||||
"value": "#mc_rebalance:exclusive_set/capability"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/supported_items",
|
||||
"value": "#mc_rebalance:enchantable/horse_and_head_armor"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/slots/-",
|
||||
"value": "body"
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
[
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/supported_items",
|
||||
"value": "#mc_rebalance:enchantable/horse_and_foot_armor"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/slots/-",
|
||||
"value": "body"
|
||||
}
|
||||
]
|
||||
|
|
@ -13,12 +13,16 @@
|
|||
{
|
||||
"type": "minecraft:damage_entity",
|
||||
"damage_type": "minecraft:thorns",
|
||||
"max_damage": 5.0,
|
||||
"min_damage": 1.0
|
||||
"max_damage": {
|
||||
"type": "minecraft:linear",
|
||||
"base": 5.0,
|
||||
"per_level_above_first": 0.5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:damage_item",
|
||||
"amount": 2.0
|
||||
"min_damage": {
|
||||
"type": "minecraft:linear",
|
||||
"base": 1.0,
|
||||
"per_level_above_first": 1.0
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -29,7 +33,7 @@
|
|||
"amount": {
|
||||
"type": "minecraft:linear",
|
||||
"base": 0.15,
|
||||
"per_level_above_first": 0.15
|
||||
"per_level_above_first": 0.60
|
||||
}
|
||||
},
|
||||
"condition": "minecraft:random_chance"
|
||||
|
|
@ -48,8 +52,9 @@
|
|||
"per_level_above_first": 20
|
||||
},
|
||||
"slots": [
|
||||
"chest"
|
||||
"chest",
|
||||
"body"
|
||||
],
|
||||
"supported_items": "#minecraft:enchantable/chest_armor",
|
||||
"supported_items": "#mc_rebalance:enchantable/horse_and_chest_armor",
|
||||
"weight": 1
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"values": [
|
||||
"#mc_rebalance:horse_armor"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue