Started by leothaeos on Sun, 12/08/2024 - 09:31 Topic category: Help with Minecraft modding (Java Edition) How to create your own block with an interface and your own recipes? Version: 2024.3 Jump to top To create a block with an interface you must make a gui then go to the block settings > block entity then add the gui. Can you better explain what you mean by "your own recipies" Jump to top Permalink Log in or register to post comments I meant how to add to this block the ability to create new items with its help. Jump to top Permalink Log in or register to post comments gui with slots > add input slots for crafting (4x4, 5x5, 6x6) > add an output slot like the image Screenshot 2024-12-08 121650.png Jump to top Permalink Log in or register to post comments And how to create the recipe itself for this interface? Jump to top Permalink Log in or register to post comments use procedures and add it to the slots under like when modified or something but idk what to do in procedures Jump to top Permalink Log in or register to post comments
To create a block with an interface you must make a gui then go to the block settings > block entity then add the gui. Can you better explain what you mean by "your own recipies" Jump to top Permalink Log in or register to post comments
I meant how to add to this block the ability to create new items with its help. Jump to top Permalink Log in or register to post comments
gui with slots > add input slots for crafting (4x4, 5x5, 6x6) > add an output slot like the image Screenshot 2024-12-08 121650.png Jump to top Permalink Log in or register to post comments
And how to create the recipe itself for this interface? Jump to top Permalink Log in or register to post comments
use procedures and add it to the slots under like when modified or something but idk what to do in procedures Jump to top Permalink Log in or register to post comments
To create a block with an interface you must make a gui then go to the block settings > block entity then add the gui.
Can you better explain what you mean by "your own recipies"
I meant how to add to this block the ability to create new items with its help.
gui with slots > add input slots for crafting (4x4, 5x5, 6x6) > add an output slot like the image
Screenshot 2024-12-08 121650.png
And how to create the recipe itself for this interface?
use procedures and add it to the slots under like when modified or something but idk what to do in procedures