summaryrefslogtreecommitdiffstats
path: root/src/Generating/ComposableGenerator.cpp
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-03-28 23:39:40 +0100
committermadmaxoft <github@xoft.cz>2014-03-28 23:39:40 +0100
commit76f0d167b15de08a810a1348614e8b8c2b6f2e60 (patch)
tree4fc286536c6686fe281ed473ed93d2af516f517f /src/Generating/ComposableGenerator.cpp
parentAdded Prefabs to *nix builds. (diff)
downloadcuberite-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 'src/Generating/ComposableGenerator.cpp')
-rw-r--r--src/Generating/ComposableGenerator.cpp2
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)