My sword isn't sword

Started by Zerer on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
My sword isn't sword

I set it to 1.5 (sword option) and it has 6 damage, but damage doesn't work - it hits like hand.

Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You need to make swords from
Sat, 06/17/2017 - 10:56

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.

Joined Jul 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:You need to make swords from
Sat, 06/17/2017 - 11:12

@#1 Wow, you are literally the best! Thanks, it worked!