
double recipes
Lucky-56 opened this issue ยท 5 comments
this is a natural concequence of loading oreganized and galosphere at the same time, the recipes dont interfere and fixing this would be non-trivial
the recipe does use tags, and as you can see they are functionally identical with their inputs and outputs. the reason they exist as two separate recipes is their loading conditions, one is added if oreganized is loaded, the other if it detects galosphere. forge recipe conditions don't let you do an any-of check so this is the best i can do.
why have two recipes in the first place tho, as they literally added tags for this
sorry, just seems sloppy to me
Does the forge:or
condition not work? Am I missing something?
I made this change on my fork. Pr is #8