Replaced placeholder willow generating conditions

This commit is contained in:
Treeco 2020-11-17 22:11:09 +00:00 committed by Joshua Barretto
parent 8b6c73744e
commit f78b165320

View File

@ -2268,9 +2268,9 @@ impl SimChunk {
), ),
( (
ForestKind::Swamp, ForestKind::Swamp,
(CONFIG.desert_hum, 1.5), ((CONFIG.forest_hum + CONFIG.jungle_hum) / 2.0, 2.0),
(CONFIG.temperate_temp, 1.5), ((CONFIG.temperate_temp + CONFIG.snow_temp) / 2.0, 2.0),
(0.0, 1.0), (1.0, 2.5),
), ),
]; ];