How do I make a block open an existing in-game UI?

Started by Ali107 on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 days ago
Joined Jul 2020
Points:
1187

User statistics:

  • Modifications: 5
  • Forum topics: 84
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 229
How do I make a block open an existing in-game UI?

I want to make a custom furnace, but it should have the same menu as the regular vanilla Minecraft Furnace. How do I open a vanilla UI in procedures?

Active 3 years ago
Joined Feb 2020
Points:
793

User statistics:

  • Modifications: 1
  • Forum topics: 22
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 98
You can open it with fairly…
Mon, 11/16/2020 - 19:34

You can open it with fairly simple custom code.  

Active 3 days ago
Joined Jul 2020
Points:
1187

User statistics:

  • Modifications: 5
  • Forum topics: 84
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 229
I am not that experienced…
Fri, 11/20/2020 - 13:22

I am not that experienced with Java coding, if you know how code in java, can you give me the simple code if you don't mind, please?