Jump to content

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


Ricowan

Recommended Posts

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:

 

<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?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...