Started by
dffdgamer
on
Topic category: Help with Minecraft modding (Java Edition)
How do I create a procedure that makes the item in the hand wear out. Example: if I have a carrot in my hand when I right click on a machine, the carrot disappears from my hand, simulating that the carrot entered the machine.
I'm pretty sure you can't do things like that with the normal MCreator procedures. You'll probably have to do some custom java coding and I can't help with that.
Regards!
Or just clear you hand? There's a procedure block to set AIR in your hand.
how do I do that?
You definitely do not need to do custom java coding to do something like this. This simple procedure should do what you want:
https://drive.google.com/file/d/16Cf8kEq-fql2mOtWOOoaJKPZsyjPlKKB/view?usp=sharing