Recipes not using tags
RogueLogix opened this issue ยท 5 comments
Recipes do not use tags for resources such as yellorium/uranium and graphite, despite ingots/dusts being tagged. To avoid incompatibility between our mods i will be tagging my ingots/dusts/recipes and using tags that mimmick what you have setup.
i know you don't have it added yet, but, when you add your turbine and steam, make sure to tag it with forge:fluids/steam
and have the turbine accept any forge:fluids/steam
so the reactors/turbines (and other mod's steams) are cross compatible. im sure you were gonna do this anyway, but it cant hurt too tell you anyway
if there are/will be more recipe conflicts, feel free to open up an issue on my repo for it. I did the same tagging in my turbine recipes, so it shouldn't be a problem so long as we don't duplicate the patterns, in which case, we can figure out what to do then, you have my discord if you want to use that.
Randomly looked at this, and hate to say it @RogueLogix but that is a stupid tag, steam should be tagged forge:steam
. It already is a fluid tag (ITag<Fluid>
), you don't need fluid in the name of the tag. That would be like all having the item tag for iron ore be forge:items/ores/iron
instead of just forge:ores/iron