Started by
CometDude
on
Topic category: Help with MCreator software
So I've coded my weapons and tools, however I set the damage vs. mob/animal to 6. The game recognized this as 10 attack damage. Even for weapons of weaker strength. For other tools, such as my pickaxe, it showed up as 9, when I put in 5. Is this something I have to fix manually through code, or am I inputting values wrong?
It's actually normal for the sword, as it always adds to the damage you imput 4, but for the other tools...i don't know, because it's not normal that it happens with for example a pickaxe or a shovel.
the input is in hearts, so 2 is 2 hearts of 4 damage, and there is also a +1 to the value, so 2 will get you 5 damage, 4 will get you 9, etc.
i have the same issue
yo quiero hacer que mi espada haga 999999999999 millones de daño, pero no me deja y me deja como máximo 100 ¿Qué hagó?
For me, it only adds 4 on swords so I got used to subtracting 4 from what I want.