Not Provided Itemstack

Started by JoakDash300 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Not Provided Itemstack

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…
Sat, 11/09/2024 - 18:17

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

Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you so much, im going…
Sun, 11/10/2024 - 00:37

Thank you so much, im going to checho that out