1
0

Initial WormNestCaves commit. Won't generate caves, only the schematic for caves' centers.

git-svn-id: http://mc-server.googlecode.com/svn/trunk@696 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com
2012-07-27 16:47:55 +00:00
parent a68b9bd986
commit b521456a01
3 changed files with 622 additions and 58 deletions

View File

@@ -326,13 +326,13 @@ void cChunkGenerator::InitStructureGens(cIniFile & a_IniFile)
{
m_StructureGens.push_back(new cStructGenRavines(m_Seed, 128));
}
/*
//*
// TODO: Not implemented yet; need a name
else if (NoCaseCompare(*itr, "caves") == 0)
else if (NoCaseCompare(*itr, "wormnestcaves") == 0)
{
m_StructureGens.push_back(new cStructGenWormNestCaves(m_Seed));
}
*/
//*/
else
{
LOGWARNING("Unknown structure generator: \"%s\". Ignoring.", itr->c_str());