How do I put a block on an armor stand?

Started by Veloc1raptor030 on

Topic category: Help with modding (Java Edition)

Last seen on 18:02, 12. Aug 2024
Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I put a block on an armor stand?

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.

Last seen on 18:33, 28. Sep 2024
Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Create this procedure  …
Tue, 06/25/2024 - 17:54

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

Last seen on 18:02, 12. Aug 2024
Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thankyou that worked, much…
Wed, 06/26/2024 - 00:35

Thankyou that worked, much appreciated!