From 7f21d20cc2dfe0244dcd7367bb854a2310d70dbe Mon Sep 17 00:00:00 2001 From: Nekonico <163950752+DBNekonico@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:09:52 -0700 Subject: [PATCH] NEW COLONIZATION MOD --- mods/exoplanet.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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