Add all* enchantments to an exclusive_set tag
*Excluding (for now): - Smite - Soul Speed - Bane Of Arthropods - Infinity - Power - Punch - Knockback - Depth Strider - Impaling
This commit is contained in:
parent
668202b475
commit
4329d43311
|
|
@ -17,6 +17,7 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"exclusive_set": "#mc_rebalance:exclusive_set/utility",
|
||||
"max_cost": {
|
||||
"base": 51,
|
||||
"per_level_above_first": 10
|
||||
|
|
|
|||
|
|
@ -1,30 +1,32 @@
|
|||
{
|
||||
"values": [
|
||||
"minecraft:respiration",
|
||||
"minecraft:thorns",
|
||||
"minecraft:frost_walker",
|
||||
"minecraft:swift_sneak",
|
||||
"mc_rebalance:stepping",
|
||||
"minecraft:breach",
|
||||
"minecraft:channeling",
|
||||
"mc_rebalance:collapse",
|
||||
"mc_rebalance:crumble",
|
||||
"minecraft:density",
|
||||
"minecraft:efficiency",
|
||||
"mc_rebalance:exploit",
|
||||
"minecraft:feather_falling",
|
||||
"minecraft:fire_aspect",
|
||||
"minecraft:sweeping_edge",
|
||||
"mc_rebalance:windup",
|
||||
"mc_rebalance:exploit",
|
||||
"minecraft:channeling",
|
||||
"minecraft:riptide",
|
||||
"minecraft:density",
|
||||
"minecraft:breach",
|
||||
"minecraft:wind_burst",
|
||||
"minecraft:flame",
|
||||
"minecraft:piercing",
|
||||
"minecraft:frost_walker",
|
||||
"minecraft:looting",
|
||||
"minecraft:luck_of_the_sea",
|
||||
"minecraft:lunge",
|
||||
"minecraft:multishot",
|
||||
"minecraft:piercing",
|
||||
"minecraft:quick_charge",
|
||||
"minecraft:efficiency",
|
||||
"mc_rebalance:crumble",
|
||||
"minecraft:respiration",
|
||||
"minecraft:riptide",
|
||||
"mc_rebalance:smack",
|
||||
"mc_rebalance:stepping",
|
||||
"minecraft:sweeping_edge",
|
||||
"minecraft:swift_sneak",
|
||||
"minecraft:thorns",
|
||||
"mc_rebalance:trowel",
|
||||
"mc_rebalance:whallop",
|
||||
"mc_rebalance:smack",
|
||||
"mc_rebalance:collapse",
|
||||
"minecraft:luck_of_the_sea"
|
||||
"minecraft:wind_burst",
|
||||
"mc_rebalance:windup"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"values": [
|
||||
"minecraft:aqua_affinity",
|
||||
"minecraft:blast_protection",
|
||||
"minecraft:fire_protection",
|
||||
"minecraft:fortune",
|
||||
"minecraft:loyalty",
|
||||
"minecraft:lure",
|
||||
"minecraft:projectile_protection",
|
||||
"mc_rebalance:reach",
|
||||
"minecraft:silk_touch"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue