• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Biome temperature ranges don't seem to work...

Ricowan

Refugee
Hey everyone,

I have a very simple modlet that changes the max temperature value in deserts, and the min temperature value in snow, but the changes don't seem to be having any affect in game. Here's the modlet change to biomes.xml:

Code:
<configs>
<set xpath="/worldgeneration/biomes/biome[@name='desert']/weather/Temperature/@max">35</set>
<set xpath="/worldgeneration/biomes/biome[@name='snow']/weather/Temperature/@min">-45</set>
</configs>
There aren't any errors in the console when the modlet is loaded, so I'm assuming syntax is correct. Does anyone know what's up with this?

 
Back
Top