Certain Industrial Revolution compat recipes are loaded when the mod isn't present, with missing outputs
unilock opened this issue ยท 1 comments
Under certain circumstances, recipes from Create: Metalwork meant to integrate with Industrial Revolution will be registered even when Industrial Revolution isn't present.
So far, I've noticed this with all tungsten-related recipes, which only check for tungsten tags (which are also fulfilled by Modern Industrialization), as well as electrum_ingot_from_compacting_heated
, which checks for ad_astra
instead of indrev
!?
I think either indrev
should be specified as an explicit mod dependency for each recipe that assumes it's present (replacing the usage of fabric:tags_populated
), or tags should be used instead of item IDs for the recipe outputs (i.e. c:tungsten_dusts
instead of createmetalwork:crushed_raw_tungsten
).
(Notably, createmetalwork:crushed_raw_tungsten
is only registered if indrev
is present.)