diff options
author | madmaxoft <github@xoft.cz> | 2014-03-28 23:39:40 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-03-28 23:39:40 +0100 |
commit | 76f0d167b15de08a810a1348614e8b8c2b6f2e60 (patch) | |
tree | 4fc286536c6686fe281ed473ed93d2af516f517f /src/Generating/ComposableGenerator.cpp | |
parent | Added Prefabs to *nix builds. (diff) | |
download | cuberite-76f0d167b15de08a810a1348614e8b8c2b6f2e60.tar cuberite-76f0d167b15de08a810a1348614e8b8c2b6f2e60.tar.gz cuberite-76f0d167b15de08a810a1348614e8b8c2b6f2e60.tar.bz2 cuberite-76f0d167b15de08a810a1348614e8b8c2b6f2e60.tar.lz cuberite-76f0d167b15de08a810a1348614e8b8c2b6f2e60.tar.xz cuberite-76f0d167b15de08a810a1348614e8b8c2b6f2e60.tar.zst cuberite-76f0d167b15de08a810a1348614e8b8c2b6f2e60.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Generating/ComposableGenerator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Generating/ComposableGenerator.cpp b/src/Generating/ComposableGenerator.cpp index 339f5709a..2e886336f 100644 --- a/src/Generating/ComposableGenerator.cpp +++ b/src/Generating/ComposableGenerator.cpp @@ -373,7 +373,7 @@ void cComposableGenerator::InitFinishGens(cIniFile & a_IniFile) else if (NoCaseCompare(*itr, "NetherForts") == 0) { int GridSize = a_IniFile.GetValueSetI("Generator", "NetherFortsGridSize", 512); - int MaxDepth = a_IniFile.GetValueSetI("Generator", "NetherFortsMaxDepth", 6); + int MaxDepth = a_IniFile.GetValueSetI("Generator", "NetherFortsMaxDepth", 12); m_FinishGens.push_back(new cNetherFortGen(Seed, GridSize, MaxDepth)); } else if (NoCaseCompare(*itr, "OreNests") == 0) |