Started by Apollo19Gaming on Tue, 06/11/2024 - 23:41 Topic category: Help with Minecraft modding (Java Edition) How do I make a gui detect a specific items in 3 slots to craft something in fabric? Jump to top one of the gui procedure's says check for blocks in gui slot #. Use this in a if block example: if coal in slot 1 of open gui AND stick in slot 4 of open gui Then place torch on output slot. SEE: https://www.youtube.com/watch?v=oy28aQFdshU&t=366s for how to create a crafting table gui -Pixelkid Jump to top Permalink Log in or register to post comments
one of the gui procedure's says check for blocks in gui slot #. Use this in a if block example: if coal in slot 1 of open gui AND stick in slot 4 of open gui Then place torch on output slot. SEE: https://www.youtube.com/watch?v=oy28aQFdshU&t=366s for how to create a crafting table gui -Pixelkid Jump to top Permalink Log in or register to post comments
one of the gui procedure's says check for blocks in gui slot #. Use this in a if block example:
if coal in slot 1 of open gui AND stick in slot 4 of open gui
Then place torch on output slot.
SEE: https://www.youtube.com/watch?v=oy28aQFdshU&t=366s for how to create a crafting table gui
-Pixelkid