Skip to content

Instantly share code, notes, and snippets.

@N3X15
Created May 17, 2011 04:17
Show Gist options
  • Save N3X15/975944 to your computer and use it in GitHub Desktop.
Save N3X15/975944 to your computer and use it in GitHub Desktop.
<worlds>
<world name="titan" seed="">
<generate>
<IslandProvider />
</generate>
<populate>
<stage id="prepopulate">
<ore type="14" distribution="vein" probability="5" minY="0" maxY="64" />
<ore type="15" distribution="glob" probability="4" minY="0" maxY="64" />
</stage>
<stage id="main">
<biomes>
<default>
<sediment type="dirt" topped-with="grass" depth="6" />
<trees number="6" />
<flowers number="5" />
<mushrooms number="5" />
</default>
<desert>
<sediment type="sand" bottom-is="sandstone" depth="5" />
<cactus number="5" />
<mushrooms number="5" />
</desert>
</biomes>
</populate>
</world>
</worlds>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment