How I use procedures for a custom crafting block with multiple recipes?

Started by NorthWestTrees on

Topic category: Help with MCreator software

How I use procedures for a custom crafting block with multiple recipes?

I followed the step and have been successful at making a 3x3 crafting GUI however there are some issues I am having problems sorting out.

  1. The recipe will always be the first recipe I use in the if statement. I have tried to use (else if) or just a new else statement both would just craft the first recipe on the list. The other thing I tried was to call a separate procedure from to the location of the blocks and that did not seem to have any effect what so ever and did not display a custom text error output I inserted for the test.
     
  2. There is no way to know if the item is right as there is no dummy item in the GUI output slot. This makes it hard to know without pressing the craft button to be sure if its the right items in the right place.

If someone has a tutorial workspace I can learn from to set up a custom crafting block for more than one item it would be a great abundance of help.
 

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
U just make a new if…
Thu, 08/15/2019 - 10:36

U just make a new if statement in the GUI

p.s I subbed you

Thanks and Thanks! I forgot…
Thu, 09/05/2019 - 04:16

Thanks and Thanks! I forgot I even had posted this. I recently figured out and even helped Klemen fix up the furnace and crafting procedures templates. I will be doing a tutorial on that when 1.9.1 comes out.

Last seen on 21:07, 27. Sep 2021
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do you do this? I'm so f…
Tue, 03/09/2021 - 21:03

How do you do this? I'm so f*cking confused. I've been looking this up for hours and have found nothing helpful.

Last seen on 21:07, 27. Sep 2021
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I still don't understand.
Wed, 03/10/2021 - 00:47

I still don't understand.

Last seen on 21:07, 27. Sep 2021
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm looking for crafting…
Wed, 03/10/2021 - 00:48

I'm looking for crafting recipes.