1
0

Added the Biomal height generator, made it the default height generator.

git-svn-id: http://mc-server.googlecode.com/svn/trunk@536 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com
2012-06-02 12:19:20 +00:00
parent 4ea767f39b
commit 7abaede245
6 changed files with 176 additions and 6 deletions

View File

@@ -102,7 +102,7 @@ EMCSBiome StringToBiome(const AString & a_BiomeString)
{biDesertHills, "DesertHills"},
{biForestHills, "ForestHills"},
{biTaigaHills, "TaigaHills"},
{biExtremeHillsEdge, "ExtremeHillsEdge "},
{biExtremeHillsEdge, "ExtremeHillsEdge"},
{biJungle, "Jungle"},
{biJungleHills, "JungleHills"},
} ;