#1.21 enchants

1 messages · Page 1 of 1 (latest)

sharp nova
#

I'm having trouble figuring out how to make it so an attack hit slower when using an enchantments

"minecraft:attributes": [
  {
    "id": "code:test",
    "attribute": "minecraft:generic.attack_speed",
    "amount": {
      "type": "minecraft:linear",
      "base": 1,
      "per_level_above_first": 0.1
    },
    "operation": "add_value"
  }
]

}
}

i dont get it

potent lanceBOT
#

<@&1201956957406109788>

Someone will come and help soon!

💬 While you wait, take this time to provide more context and details.

🙇 If nobody has answered you by <t:1722118249:t>, feel free to use the Summon Helpers button to ping our helper team.

✅ Once your question has been resolved (or you no longer need it), please click Resolve Question or run /resolve

rustic orchid
#

You need to use a negative value if you're using add_value

#

-0.1

cerulean turtle
#

@sharp nova