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

Started by DumbWays 15 on

Topic category: Help with MCreator software

Active 10 months ago
Joined May 2020
Points:
724

User statistics:

  • Modifications: 4
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 27
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?!

Active 1 year ago
Joined Jun 2020
Points:
727

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 135
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.