changing recipe for item from different mod?

Started by Twebster9000 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
changing recipe for item from different mod?

I've made a lot of small mods of my own and now I am making one larger one which the whole point of is that it is compatible with, and changes some things of the other mods.

These changes include using materials provided by the main mod for items in the other mods. For example a Sword from Mod A uses vanilla materials to craft, but when Mod B is installed also, the Sword uses Mod B's materials to craft.

I know something can be done to overwrite vanilla recipes, but can this be done the same way or is it more complicated?

Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I believe you can do theā€¦
Fri, 02/14/2025 - 03:29

I believe you can do the exact same thing as vanilla recipes for modded items, you'll just have to edit the generated code for the recipe and swap out the output/inputs for the modded items you want to use.