Here's a patched version that works without SE and BrimStuff.
The link expires after 30 days, so hopefully the mod author will have fixed it by then.
https://easyupload.io/j2x55b
Mod author did an update, bztin and Nylon are no longer required, and Krastorio 2 works without BrimStuff
Still doesn't work without SE so here's a new patched version
https://easyupload.io/ofw8da
For the mod author if you're reading, the lithiumChemPrerequ on line 12 in technology.lua needs to be moved into the SE block to make it work
if mods["Krastorio2"] then
sodaPrerequ = {"kr-fluids-chemistry"}
alumChemPrerequ = {"kr-fluids-chemistry"}
lithiumChemPrerequ = {"lithium-chemistry"}
if mods["space-exploration"] then
to
if mods["Krastorio2"] then
sodaPrerequ = {"kr-fluids-chemistry"}
alumChemPrerequ = {"kr-fluids-chemistry"}
if mods["space-exploration"] then
lithiumChemPrerequ = {"lithium-chemistry"}