Hello,
I just found all of your opinionated mods and added them to my modpack, thanks for them!
Although I think this mod here needs some tweaking for space age.
I get a startup error regarding the removal of the recipe for "manual-color-module" because it seems to be referenced for "manual-color-module-recycling".
I guess because space age adds recycling recipes for all items and this one fails.
For now i'm overriding the setting in my modpacks settings-updates.lua:
if data.raw["bool-setting"]["cybersyn-tweaks-atm-rm-manual-color-module"] then
data.raw["bool-setting"]["cybersyn-tweaks-atm-rm-manual-color-module"].default_value = false
end
This works and I can live with that. :-)