Using Other Mod's Custom Crafting

Started by wildcat on Sat, 04/10/2021 - 21:58

Topic category: Help with modding (Java Edition)

Last seen on 15:08, 15. Apr 2021
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Using Other Mod's Custom Crafting
Sat, 04/10/2021 - 21:58

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.

Last seen on 23:21, 17. Jun 2022
Joined Apr 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yes you can but you need to…
Sun, 04/11/2021 - 02:03

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

 

Last seen on 15:08, 15. Apr 2021
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you so much!! I'll let…
Sun, 04/11/2021 - 19:32

Thank you so much!! I'll let you know if it works once I try it out later!

Last seen on 15:08, 15. Apr 2021
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Also, is there a way to do…
Sun, 04/11/2021 - 19:38

Also, is there a way to do this using MCreator or is it just for by scratch? Thanks

Last seen on 23:21, 17. Jun 2022
Joined Apr 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can create JSON files in…
Sun, 04/11/2021 - 20:44

You can create JSON files in MCreator.

But you can't create custom recipe with recipe element.

So yeah only from scratch

Last seen on 15:08, 15. Apr 2021
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks and tysm for the help!
Sun, 04/11/2021 - 20:56

Thanks and tysm for the help!