Mod Dependencies

Started by BenEngland2004 on

Topic category: Help with modding (Java Edition)

Last seen on 13:10, 29. May 2021
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Mod Dependencies

I'd like to know if it's possible to make two mods and then have one of those mods use elements from the first one.

For example, I make a mod about flowers and then I make a mod about dyes. Would it be possible to make a recipe in mod two (dyes) using the flowers from mod one (flowers). I know you could just make it in the same mod for that example but it's only an example.

Any ideas?

You could do this using tags…
Mon, 12/28/2020 - 09:27

You could do this using tags, one mod should tag items under some tag (under forge namespace) and then the other mod should reference this tag in the recipes.

https://mcreator.net/wiki/how-make-tag

Last seen on 13:10, 29. May 2021
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ah, thank you I'll take a…
Mon, 12/28/2020 - 10:48

Ah, thank you I'll take a look.