pushed the mars poles further north
This commit is contained in:
parent
c856ec9398
commit
b86af95d06
2 changed files with 15 additions and 15 deletions
|
|
@ -20,7 +20,7 @@ TFCEvents.worldgenData(event => {
|
|||
|
||||
event.forestEntry('tfg:mars/crimson_forest_entry',
|
||||
climate => {
|
||||
climate.maxTemp(-31)
|
||||
climate.maxTemp(-26)
|
||||
climate.minTemp(-98)
|
||||
climate.minRain(-12)
|
||||
climate.fuzzy(true)
|
||||
|
|
@ -50,7 +50,7 @@ TFCEvents.worldgenData(event => {
|
|||
|
||||
event.forestEntry('tfg:mars/warped_forest_entry',
|
||||
climate => {
|
||||
climate.maxTemp(-29)
|
||||
climate.maxTemp(-24)
|
||||
climate.minTemp(-101)
|
||||
climate.maxRain(0)
|
||||
climate.fuzzy(true)
|
||||
|
|
@ -75,7 +75,7 @@ TFCEvents.worldgenData(event => {
|
|||
|
||||
event.forestEntry('tfg:mars/aeronos_forest_entry',
|
||||
climate => {
|
||||
climate.minTemp(-77)
|
||||
climate.minTemp(-87)
|
||||
climate.minRain(-14)
|
||||
climate.fuzzy(true)
|
||||
},
|
||||
|
|
@ -98,7 +98,7 @@ TFCEvents.worldgenData(event => {
|
|||
|
||||
event.forestEntry('tfg:mars/strophar_forest_entry',
|
||||
climate => {
|
||||
climate.minTemp(-73)
|
||||
climate.minTemp(-83)
|
||||
climate.maxRain(2)
|
||||
climate.fuzzy(true)
|
||||
},
|
||||
|
|
@ -143,7 +143,7 @@ TFCEvents.worldgenData(event => {
|
|||
|
||||
event.forestEntry('tfg:mars/glacian_forest_entry',
|
||||
climate => {
|
||||
climate.maxTemp(-82)
|
||||
climate.maxTemp(-87)
|
||||
climate.fuzzy(true)
|
||||
},
|
||||
'tfg:glacian_wood_stripped',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue