• Mods are now organized as resources. Use the Mods link above to browse for or submit a mod, tool, or prefab.

    The TFP Official Modding Forum Policy establishes the rules and guidelines for mod creators and mod users.

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