Started by
Veloc1raptor030
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make a procedure so that when I right click on an armor stand it puts the block I'm holding in my hand on the armor stand's head slot. I've been playing with the procedures for a few hours now but haven't figured it out.
Create this procedure
Glogbal Trigger "Player right clicks on entity" will not detect clicking on Armor stand
That's why you need to change the code manually. So save the procedure and then right click on the mod element and click on "Open mod element in code editor" and change EntityInteract to EntityInteractSpecific
Thankyou that worked, much appreciated!