* bare bones

* snow piled tag

* added climate restriction to quicksand, added powder snow up north

* better tagging

* langs

* assets

* missed feature in deep desert

* remove waves from mars

* climate tweaks

* icicles and dry ice stuff

* langs
This commit is contained in:
Pyritie 2025-09-30 18:15:35 +01:00 committed by GitHub
parent ca46b12ebe
commit 16ae9167a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
35 changed files with 235 additions and 65 deletions

View file

@ -20,8 +20,8 @@ TFCEvents.worldgenData(event => {
event.forestEntry('tfg:mars/crimson_forest_entry',
climate => {
climate.maxTemp(-26)
climate.minTemp(-98)
climate.maxTemp(-24)
climate.minTemp(-101)
climate.minRain(-12)
climate.fuzzy(true)
},
@ -75,7 +75,7 @@ TFCEvents.worldgenData(event => {
event.forestEntry('tfg:mars/aeronos_forest_entry',
climate => {
climate.minTemp(-87)
climate.minTemp(-92)
climate.minRain(-14)
climate.fuzzy(true)
},
@ -98,7 +98,7 @@ TFCEvents.worldgenData(event => {
event.forestEntry('tfg:mars/strophar_forest_entry',
climate => {
climate.minTemp(-83)
climate.minTemp(-92)
climate.maxRain(2)
climate.fuzzy(true)
},
@ -143,7 +143,7 @@ TFCEvents.worldgenData(event => {
event.forestEntry('tfg:mars/glacian_forest_entry',
climate => {
climate.maxTemp(-87)
climate.maxTemp(-92)
climate.fuzzy(true)
},
'tfg:glacian_wood_stripped',