Recipes help

Started by Th3Eye on

Topic category: Help with MCreator software

Last seen on 03:45, 8. Jan 2020
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Recipes help
Wed, 10/10/2018 - 04:44 (edited)

I've recently downloaded MCreator, and I want to do something with crafting. Basically, I want to have the user input an item into the GUI and the GUI will check if the user has the necessary items in their inventory and autocraft the item.

The main problem is that I don't know how to check the recipe of an item using procedures. Is that even possible with this software? I am familiar with basic java, so I can use the code section. I only need this one bit of help.

Edited by Th3Eye on Wed, 10/10/2018 - 04:44
Last seen on 02:02, 26. Apr 2024
Joined Apr 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Usually you are checking for…
Mon, 10/29/2018 - 22:45

Usually you are checking for item in CGui Slot on every block tick update if item in specific gui slot i matching thand place item in gui output slot