Started by
Idekater_
on
Topic category: Help with Minecraft modding (Java Edition)
Recently I got an idea of some enchantments that change attack speed and durability of a tool, so how can I do this?
Topic category: Help with Minecraft modding (Java Edition)
Recently I got an idea of some enchantments that change attack speed and durability of a tool, so how can I do this?
Simple one is : make another sword look same but hav higher attack speed and durability and test if the enhancement is on old sword and do replace old sword and get enhance level and enhance the new sword with those enhances
also try it first and ask ;/
Also 1 super easy method for attack speed is test if player holding and hav enhance and use execute normal minecraft commend : /attribute @p minecraft:generic.attack_speed base set ( number u want )