Started by
zep-excpoint
on
Topic category: Help with Minecraft modding (Java Edition)
To put it in brief, are you able (and if so, how) to make an item or block open a vanilla minecraft gui (i.e. crafting table, furnace)?
Topic category: Help with Minecraft modding (Java Edition)
To put it in brief, are you able (and if so, how) to make an item or block open a vanilla minecraft gui (i.e. crafting table, furnace)?
Yes, in making the block you can look for something called a 'tile entity' that you can bond a GUI to.
im not talking about custom guis
im talking about vanilla guis like the crafting table, which cant be easily accessed by a simple dropdown menu
You could try and do java code to change a placeholder GUI to the vanilla one
It's not as simple as switching them around, it seems to need much more work to well... work.