diff --git a/mods/exoplanet.js b/mods/exoplanet.js index 1045d9ad..564cf57b 100644 --- a/mods/exoplanet.js +++ b/mods/exoplanet.js @@ -199,7 +199,7 @@ worldgentypes.exoplanet = { ["dust_cloud", 0.25] ], baseHeight: 0.5, - temperature: -7 + temperature: -15 } worldgentypes.exo_ocean = { @@ -216,5 +216,5 @@ worldgentypes.exo_ocean = { decor: [ ["dust_cloud", 0.1, 10], ], - temperature: -7 + temperature: -15 } \ No newline at end of file