Started by
DumbWays 15
on
Topic category: Help with MCreator software
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?!
Topic category: Help with MCreator software
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?!
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.