Added increased attack speed to Windup enchantment

This commit is contained in:
patience 2026-02-22 16:25:22 +00:00
parent cd2deb7d7e
commit cd1c47291b
No known key found for this signature in database

View file

@ -4,6 +4,14 @@
"translate": "enchantment.mc_rebalance.windup" "translate": "enchantment.mc_rebalance.windup"
}, },
"effects": { "effects": {
"minecraft:attributes": [
{
"amount": 1024,
"attribute": "generic.attack_speed",
"id": "mc_rebalance:enchantment.windup",
"operation": "add_value"
}
],
"minecraft:post_attack": [ "minecraft:post_attack": [
{ {
"affected": "victim", "affected": "victim",