Is there some way of "easily" adjust all recipes so that there is only 1 of a type of resource (such as copper ingots)? Trying to make my mod pack that regardless of crafting process, you only get one flavour of dust/ingot/copper/block, etc.
Trouble is, just for copper, i'm at 145 lines of code, and I still haven't captured everything, and some recipes just seem to refuse to be removed (for example, I don't want blocks craftable via the standard grid, but despite removing every single block type it is still craftable - gah!)
I really hate that every mod under the sun has to add their own version of common ores/ingots/dusts/blocks and so as a result bloated recipes, oredict, etc. It's just a complete waste of memory resources. I know there are unifiers to convert between versions, but that's just a bandaid solution to a bigger fundamental problem. We really need a common resource of ores that all mods can link to, instead of providing their own.