Started by
Idaccio
on
Topic category: Help with MCreator software
I have Item named hammer and I want it to damage itself when item created from that (hammer stay in crafting grid). I do it this way:
I make procedure in whitch is "Deal 1 damage to item in slot 1 of block at x y z if it has inventory"
I make Item "Copper plate" and its recipe.
Hammer in this recipe is there:
hammer is in slot 1
copper is in slot 4
That procedure is in Copper plates event "On block created" and it does not function.
Do You know how to repare it?
This is designed for custom GUIs. It won't damage an item in the crafting table GUI.
Thx, but do you know how to do that other way?