Call procedure

Started by ArtemHOTA on

Topic category: Help with modding (Java Edition)

Last seen on 10:18, 28. Jul 2024
Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Call procedure

Hello, I'm making my own crafting station, and as I know, I should use "Return logic" and "Call Procedure" blocks. I created the procedure with return logic, but Call Procedure block doesn't sees it. It's empty. Help.

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

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
this should help: https:/…
Mon, 06/24/2024 - 19:40

this should help: https://www.youtube.com/watch?v=OmrJe5_chpk

Make sure that the global triggers that are needed are used in the procedure.

But when making more than one recipe for the crafting station, make sure to use a else if for every recipe other wise it won't output it.

-PixelKid

Last seen on 10:18, 28. Jul 2024
Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I wanted to make a crafting…
Tue, 06/25/2024 - 08:20

I wanted to make a crafting station without this button. I was doing the crafting table by this tutorial: https://www.youtube.com/watch?v=750viR4mMlE&t=924s
I was doing everything by the tutorial, but I can't understand the "Return Logic" thing. The procedure just isn't showing up

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

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
so you are saying that you…
Wed, 06/26/2024 - 15:57

so you are saying that you did everything on the tutorial.

The return logic returns the procedure to the GUI where it was called from. it is found in the advanced tab at the bottom of the tabs where you find procedure blocks.

-PixelKid