Started by
Crusader Gladiator
on
Topic category: Help with Minecraft modding (Java Edition)
This is a Guide on How to make an axe use one durability when attacking mobs.
Make a procedure.
Look into the item procedures.
Set Damage of provided item stack to [(get damage of provided item stack) + (1)]
After using this procedure method go to your axe and go to the if living entity is hit with tool and put your procedure into that trigger.
You can also use this to make swords not take durability damage.
Like if this is helpful.
Edited by Crusader Gladiator on Tue, 04/02/2024 - 01:14