How to open a vanilla GUI with a custom item?

Started by engrishLINGLING on

Topic category: Help with modding (Java Edition)

Last seen on 17:01, 3. May 2024
Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to open a vanilla GUI with a custom item?
Thu, 04/25/2024 - 18:37 (edited)

I want to make a portable stonecutter item which will open the stonecutter GUI when you right-click my modded item.

How can I do this?

I have this prepped up, but I don't know what to put in "No entry selected." 

Searching for related blocks only made me more confused :(

 

Edited by engrishLINGLING on Thu, 04/25/2024 - 18:37
Last seen on 17:55, 26. Jul 2024
Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I was looking into this one…
Mon, 05/20/2024 - 11:05

I was looking into this one time, and you need to know custom coding to open a vanilla menu.

It is actually not that hard as long as you have the minecraft source code, but it does take a bit of coding to change the GUI opening method to work with an item.

I saw this topic on my search for how to do this, and I promised myself that once I made an account I would reply to this, and so now I replied! :)

I hope this helped. :)