Started by
nedonator
on
Topic category: Help with Minecraft modding (Java Edition)
Hi, I'm trying to change a certain armor from the player's armor slot according to what item you right-click. Ex: If I right click with a gem on my hand, I want my armor to change. For some reason, when I try to save the procedure, MCreator says: you have selected an external trigger that does not provide the following dependencies: itemstack.
Here's the printscreen of my code
https://docs.google.com/drawings/d/1W4AHg4fgwvI6M0VyEGrIdCSFIZ-wvBDEonofjmk8C7g/edit?usp=sharing
I don't know what the problem is but i can fix it:
Instead of using Provided Item use Item in Main Hand of Provided Entity.
Yes that should work, I use that for item related procedures. Yet again, I'm not some procedure pro so idk.
I know now why it doesn't work. It's because you don't need to check the item if it's a procedure triggerd form using a specific item.
ok thx
it worked!