Sword's damage -100?

Started by NickGamerHD on

Topic category: General discussion

Last seen on 10:52, 5. Jul 2017
Joined Jan 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Sword's damage -100?

Hello!

I was doing a mod and i realized that I CAN'T PUT THE DAMAGE OF A SWORD PLUS THAN 100! I really want to do that! It's an essencial part of my mod pls if there is an way to put this more than 100 notice me!

 

if there is a REALLY simple way to do this that im not figuring out pls notice me ANYWAYS cuz im a new person in making mods :)

Last seen on 06:03, 27. Feb 2024
Joined Feb 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This is kinda easy to do. Go
Wed, 07/05/2017 - 12:37

This is kinda easy to do. Go to the code of your sword and when you go down you will see 5 numbers, go to the fourth number and edit it.

Last seen on 17:49, 25. Mar 2021
Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Insert (damage)-4 because it
Wed, 07/05/2017 - 16:53

Insert (damage)-4 because it isn't the damage but the harvest damage level.
Example: 200 damage: 200-4=196