Started by
CharlyMan
on
Topic category: Help with MCreator software
I set a custom sword's attack damage to 6 but in game it says it has 8. I know I could just set it to 4 but I want to know why this is happening.
Topic category: Help with MCreator software
I set a custom sword's attack damage to 6 but in game it says it has 8. I know I could just set it to 4 but I want to know why this is happening.
This is a bug and it also effects hoes (lowers their damage by 1) so you can only wait for it to be fixed and till that you need to use the bugged values
okay, thank you
It is not bug, but difference between values in the code and the ones shown in-game
So does that mean my sword does do 6 damage or does it do 8?
you can go in the code of the item and remove the f in attack damage
eg. STAT:16f => STAT:16
then lock the save and lock the code