Started by
wildcat
on
Topic category: Help with Minecraft modding (Java Edition)
Is it possible to use another mod's custom crafting and add recipes to it? I'm wondering specifically about the Create mod, and wish to add more mixing/crushing recipes to allow integration with other mods.
Yes you can but you need to create a custom json recipe, set it’s type to “create:*type of recipe*”(e.g create:mixing) and then write your recipe.
You can look how ‘create’ creates it’s recipes
https://github.com/Creators-of-Create/Create/tree/mc1.16/dev/src/generated/resources/data/create/recipes
And page on it’s wiki:
https://github.com/Creators-of-Create/Create/wiki/Custom-Recipes
Thank you so much!! I'll let you know if it works once I try it out later!
Also, is there a way to do this using MCreator or is it just for by scratch? Thanks
You can create JSON files in MCreator.
But you can't create custom recipe with recipe element.
So yeah only from scratch
Thanks and tysm for the help!
https://mcreator.net/comment/174249/#comment-174249 did it work and how did you do it? did you have to use custom element?