and lastly: crash without bob's assembly (lack of item check without dependency):
failed to load mods momotweak/data-final-fixes.lua:51:attempt to index field 'chemical plant-2' (a nil value)
mod assumes bob's assembly enabled (and thus, that chemical-plant-2 exists.
use if mods["bobassembly"] and data.raw.item["chemical-plant-2"] then .....do stuff....