the problem with procedures in triggers

Started by SuperPelmen228 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
the problem with procedures in triggers

I'm making my craft table for a mod, and I can't put more than one recipe in it, and there are only 2 slots for placing items, tell me how to do so that I can get more than 1 procedure on one trigger!!!

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
why can't you make more…
Thu, 11/18/2021 - 15:54

why can't you make more crafting recipes on one procedure? also it's not possible to put 2 procedures on a same trigger unless it's global

Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Why is it not possible with…
Thu, 12/23/2021 - 07:14

Why is it not possible with a single procedure? You can use an else if condition to add more recipes.