Started by
JoakDash300
on
Topic category: Help with Minecraft modding (Java Edition)
https://imgur.com/a/f5dbsTl
So mi goal is simple, i have a procedure that checks everytime a entity is attacked, and if the entity has this chestplate and the chestplate has more than 2500 durability it cancels the damage. the problem its like it doesnt work. idk how to provide the itemstack to the procedure.
(also i want to know if its possible to regen durability over time)
the error: https://imgur.com/ifJJila
Instead of using the provided itemstack, use the item from the armor slot using the procedure block to obtain item in the armor slot.
Since this is quite basic procedure stuff, I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei
Thank you so much, im going to checho that out