Started by
Iseland
on
Topic category: Help with MCreator software
I dont know how to do it considering i cant find a simple thing in the procedures for open gui. Can someone please help me.
Topic category: Help with MCreator software
I dont know how to do it considering i cant find a simple thing in the procedures for open gui. Can someone please help me.
I found out how to do it to a block but i still dont know if adding a right click to open gui on an item is possible. If anyone has any ideas please let me know.
it is possible, but it can't be made into crafting GUI because you can't bind GUI to item yet.
You can only make guidebooks etc.
could you please go into a little more detail.
So if you need it to be like a crafting table, furnace, or chest etc. it is impossible because you can't bind the GUI to an item.
But if you need it to do GUI without needing to make input/ output slots, like a mod guidebook, it is possible through the open gui for provided player block, in GUI procedures
A simple way to make a GUI open by right-clicking on an item is this.
1-go to options with procedures
2-create a new procedure where it says "when the player clicks on the air"
(usually it is the first option)
3-go to the "player procedure" section and use the "
open gui for the player provided "and select your Gui
4-add your procedure and finish creating the item (or if it is already created save the changes)
I did it that way, I hope and it works for you.
if you had already found a solution, then this would only be an option to the implementation of a guide in an item
Thank you!
you are welcome :)