Started by
BenEngland2004
on
Topic category: Help with Minecraft modding (Java Edition)
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, 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
Ah, thank you I'll take a look.