Make a procedure for detecting items

Started by Apollo19Gaming on

Topic category: Help with modding (Java Edition)

Last seen on 07:39, 12. Jun 2024
Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make a procedure for detecting items

How do I make  a gui detect a specific items in 3 slots to craft something in fabric? 

Last seen on 15:36, 5. Aug 2024
Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
one of the gui procedure's…
Wed, 06/12/2024 - 20:13

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