21.448 Не удалось загрузить следующие моды: science-spread/data-updates.lua:24: attempt to index field 'maraxsis-deepsea-research' (a nil value)
stack traceback: science-spread/data-updates.lua:24: in main chunk
I added this to fix it if mods["maraxsis"] then
if data.raw.technology["maraxsis-liquid-atmosphere"] then
data.raw.technology["maraxsis-liquid-atmosphere"].tech_spread_exclude = true
end
if data.raw.technology["maraxsis-deepsea-research"] then
data.raw.technology["maraxsis-deepsea-research"].tech_spread_exclude = true
end