Started by
ItzYaBoiMyth
on
Topic category: Help with MCreator software
I have code running to make an Iron Golem Spawn egg, the code for the item will spawn the iron golem, but wont remove the item after it has been used. How would I do this?
At the end of the procedure, after iron golem spawning, add a procedure block that removes 1 Iron golem egg from the player's inventory.
Thank you!
Only issue im having now, is that the code has dependencies, and im not quite sure how those work.
What i said make 0 sense, what I mean to say is how would I add the dependencies it needs to function?
you don't have to worry about it. MCreator works that for you. just choose your procedure in the trigger you want(which in this case is "on right click on block") in the item creation page
Yea I found that out, when I made a whole new procedure. Turns out using templates can actually break that feature.
sorry
can I make condition about block? For example, I want to open a GUI if block on right click is an enderchest?