NEW COLONIZATION MOD

This commit is contained in:
Nekonico 2024-10-22 17:09:52 -07:00 committed by GitHub
parent 691245a967
commit 7f21d20cc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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
}