11 lines
350 B
XML
11 lines
350 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<biome>
|
|
<name>Grassland</name>
|
|
<height>100</height>
|
|
<moisture min=".03" max=".3"/>
|
|
<vegetationDensity min=".2" max=".5" />
|
|
<textures>
|
|
<texture src="grass" expr="0.5" />
|
|
<texture src="sand" expr="clamp01(1 - (height - waterLevel) / (maxHeight - waterLevel) - 0.4) ^ 4" />
|
|
</textures>
|
|
</biome> |