Started by
Ocuel
on
Topic category: Help with Minecraft modding (Java Edition)
hey, i wanna to disable item(so player can't use it), when item has 1 hp. Can you please help me, how to do it?
Topic category: Help with Minecraft modding (Java Edition)
hey, i wanna to disable item(so player can't use it), when item has 1 hp. Can you please help me, how to do it?
Mke a procedure if you havent yet and add a condition:
If ((get damage of (provided itemstack/other itemstack)) = 1)
actions