11 lines
349 B
XML
Raw Normal View History

2015-03-19 12:34:58 +02:00
<?xml version="1.0" encoding="utf-8" ?>
<biome>
<name>Grassland</name>
<height>100</height>
<moisture min=".1" max=".5"/>
<vegetationDensity min=".2" max=".5" />
2015-05-09 18:06:30 +03:00
<textures>
<texture src="grass" expr="0.5" />
<texture src="sand" expr="clamp01(1 - (height - waterLevel) / (maxHeight - waterLevel) - 0.4) ^ 4" />
</textures>
2015-03-03 18:47:18 +02:00
</biome>