Cerys


Fulgora's moon of puzzles. Ancient wrecks embedded in thick ice can seemingly be repaired, including a colossal nuclear reactor that could transform the possibilities on the surface... if you can get it working. Cerys is a complete and polished mod that does not modify the vanilla game in any way, so is easy to include in existing saves.

Content
9 hours ago
2.0
36.6K
Factorio: Space Age Icon Space Age Mod
Planets Logistics Environment Mining Fluids Manufacturing Power

b [BUG?] Temperature is too high

8 months ago
(updated 8 months ago)

Maraxsis. Surface temperature is 288K.
data.raw.recipe["maraxsis-petroleum-gas-cracking"].surface_conditions = {
{
property = "temperature",
min = 255,
},
}
But it can't be crafted on Maraxsis.
Remove this code is solve the problem.

8 months ago

I can’t reproduce this issue. Can you try updating your mods and dependencies, then checking if it persists?

8 months ago
(updated 8 months ago)

Already updated. The problem is still exists :(
https://pichost.net/i/2025-01-05-18-26-54.YO12a

8 months ago

Could you check you've updated PlanetsLib and disabled Surfaces Have Temperature? Is it the Maraxsis surface or Trench that has this issue?

8 months ago

All mods are updated, include PlanetsLib. Mod "Surfaces Have Temperature" disabled. Maraxsis surface. It says "... The temperature is too low." Inside Trench says the same.
PlanetsLib_1.1.12
Cerys-Moon-of-Fulgora_0.7.7
maraxsis_1.27.15

7 months ago
(updated 7 months ago)

Just add:

if mods["maraxsis"] then
data.raw.planet["maraxsis"].surface_properties.temperature = 288
...

to compat/maraxsis.lua. And it will solve the problem.

7 months ago

I would need bug reproduction steps in order to take this further. The Maraxsis temperature is already 288.

New response