I don't know enough about the technical side to know if this is resolvable, but when both this mod and Production Scrap 2 are enabled, this error comes on loading:
"data_final_fixes.lua: 179: attempt to index field 'normal' (a nil value). Stack traceback: ... data-final-fixes.lua; 179; in main chunk"
This is a bug with Production Scrap 2. My mod uses an unusual recipe format that isn't used much by other mods by disabling some recipes entirely in normal mode and only enabling them in expensive mode. Seems like Production Scrap is trying to access my recipe but does not correctly handle this specific case!