Started by
Zerer
on
Topic category: Help with Minecraft modding (Java Edition)
I set it to 1.5 (sword option) and it has 6 damage, but damage doesn't work - it hits like hand.
Topic category: Help with Minecraft modding (Java Edition)
I set it to 1.5 (sword option) and it has 6 damage, but damage doesn't work - it hits like hand.
You need to make swords from tool mod element, and not from items.
For selecting the damage, write it on "damage that tool inflicts" but before doing that do the damage to inflict - 4.
Example :you want to make a sword that inflincts 8 damage. 8-4=4 so the damage to write is 4.
This is because the "damage that tool inflincts " isn't the damage, but the harvest damage.
@#1 Wow, you are literally the best! Thanks, it worked!