How do I add a recipe type?

Started by Jamface on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I add a recipe type?

I just need to know how to make a recipe type. I've created a GUI and items to use in it, but I'm still confused on how to add a recipe type.

There's no direct support…
Thu, 01/27/2022 - 12:24

There's no direct support for creating recipe types in MCreator. You can try code that yourself, of course.

If you want to use GUI for recipes without coding, you can always use procedures (there's whole GUI section for that purpose) - with them you can check conditions and depending on them, set specific items in specific slots.

Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Okay, thank you.  
Wed, 02/09/2022 - 21:03

Okay, thank you.