The Biolab isn't peaceable on space platforms if the Dea Dia System mod is present. Here's the code responsible for this bug.
-- reset this property, so other mods won't make the thermodynamics lab obsolate.
data.raw.lab["biolab"].surface_conditions = { {
property = "pressure",
max = 1000,
min = 900,
}
}
require("prototype.fixes.shallow-water")
require("prototype.fixes.aircraft")
require("prototype.fixes.nuke")
Is there a way to still make this mod work with the Dea Dia System mod?