Started by
Jamface
on
Topic category: Help with Minecraft modding (Java Edition)
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.
Topic category: Help with Minecraft modding (Java Edition)
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 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.
Okay, thank you.