Compare commits

..

No commits in common. "9a8c71957cbbfdddbea7f4c237c08f4811fd711b" and "85dde37675e829aefaac4326780ffd8ba3fc62dd" have entirely different histories.

3 changed files with 0 additions and 58 deletions

View file

@ -10,22 +10,6 @@
"attribute": "generic.attack_damage",
"id": "mc_rebalance:enchantment.exploit",
"operation": "add_multiplied_total"
},
{
"amount": 1024,
"attribute": "generic.attack_speed",
"id": "mc_rebalance:enchantment.windup",
"operation": "add_value"
}
],
"minecraft:post_attack": [
{
"affected": "victim",
"enchanted": "attacker",
"effect": {
"type": "mc_rebalance:windup_effect",
"amount": 0.8
}
}
],
"minecraft:damage": [

View file

@ -1,41 +0,0 @@
{
"anvil_cost": 5,
"description": {
"translate": "enchantment.mc_rebalance.windup"
},
"effects": {
"minecraft:attributes": [
{
"amount": 1024,
"attribute": "generic.attack_speed",
"id": "mc_rebalance:enchantment.windup",
"operation": "add_value"
}
],
"minecraft:post_attack": [
{
"affected": "victim",
"enchanted": "attacker",
"effect": {
"type": "mc_rebalance:windup_effect",
"amount": 0.8
}
}
]
},
"exclusive_set": "#mc_rebalance:exclusive_set/capability",
"max_cost": {
"base": 51,
"per_level_above_first": 10
},
"max_level": 1,
"min_cost": {
"base": 1,
"per_level_above_first": 10
},
"slots": [
"mainhand"
],
"supported_items": "#mc_rebalance:enchantable/axe",
"weight": 10
}

View file

@ -8,7 +8,6 @@
"minecraft:feather_falling",
"minecraft:fire_aspect",
"minecraft:sweeping_edge",
"mc_rebalance:windup",
"mc_rebalance:exploit",
"minecraft:channeling",
"minecraft:riptide",