Started by
paulball06
on
Topic category: Help with MCreator software
Okay so, I've started making a mod (1.12.2) that adds a few extra features to MC, and one of the things that I'm working on are reinforced tools. I want the damage levels to be the same, with some added durability, but when I insert what I thought were the standard levels of damage for each sword into the "Damage dealt to mobs" section, they seem to be much too strong. These are the current damage levels:
Reinforced Wood Sword: 4
Reinforced Stone Sword: 5
Reinforced Iron Sword: 6
Reinforced Gold Sword: 4
Reinforced Diamond Sword: 7
What did I do wrong? What are the correct damage levels?
Thanks for all help. :)
From my experience, it seems like 4 damage is the default and any value set in the 'Damage vs mob/animal' is added to that.
Your input values should be:
Reinforced Wood Sword: 0
Reinforced Stone Sword: 1
Reinforced Iron Sword: 2
Reinforced Gold Sword: 0
Reinforced Diamond Sword: 3