How to make a GUI appear when a mob is right clicked?

Started by DumbWays 15 on

Topic category: Help with MCreator software

Last seen on 05:59, 31. Jul 2023
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make a GUI appear when a mob is right clicked?

I'm making a mob that holds items for the player, but I can't figure out how to open the GUI for it when the player right clicks on the entity. How do I do this?!

Last seen on 16:47, 29. Oct 2023
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
In MCreator 2020.4, you can…
Tue, 07/28/2020 - 00:19

In MCreator 2020.4, you can do this directly inside of the living entity designer. You have the choice to bind the entity to a gui.

But if you're using 2020.3, you'll have to go to triggers inside of the living entity creator and choose "When right clicked on entity." Then simply make a procedure to open the GUI you want.