summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-12-10 17:44:53 +0100
committerMattes D <github@xoft.cz>2014-12-10 17:44:53 +0100
commitfbf98b84889081f50ae520ce6af56bc2b18b2ff5 (patch)
tree877e3eb367062b13f38f248c6065abb3a2710985
parentMerge pull request #1623 from p-mcgowan/issue_1253 (diff)
parentMoved NetherOreNests (diff)
downloadcuberite-fbf98b84889081f50ae520ce6af56bc2b18b2ff5.tar
cuberite-fbf98b84889081f50ae520ce6af56bc2b18b2ff5.tar.gz
cuberite-fbf98b84889081f50ae520ce6af56bc2b18b2ff5.tar.bz2
cuberite-fbf98b84889081f50ae520ce6af56bc2b18b2ff5.tar.lz
cuberite-fbf98b84889081f50ae520ce6af56bc2b18b2ff5.tar.xz
cuberite-fbf98b84889081f50ae520ce6af56bc2b18b2ff5.tar.zst
cuberite-fbf98b84889081f50ae520ce6af56bc2b18b2ff5.zip
-rw-r--r--src/World.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World.cpp b/src/World.cpp
index 3dc083a2e..db19649f3 100644
--- a/src/World.cpp
+++ b/src/World.cpp
@@ -755,7 +755,7 @@ void cWorld::InitialiseGeneratorDefaults(cIniFile & a_IniFile)
a_IniFile.GetValueSet("Generator", "HeightGen", "Flat");
a_IniFile.GetValueSet("Generator", "FlatHeight", "128");
a_IniFile.GetValueSet("Generator", "CompositionGen", "Nether");
- a_IniFile.GetValueSet("Generator", "Finishers", "SoulsandRims, WormNestCaves, BottomLava, LavaSprings, NetherClumpFoliage, NetherForts, PreSimulator");
+ a_IniFile.GetValueSet("Generator", "Finishers", "SoulsandRims, WormNestCaves, BottomLava, LavaSprings, NetherClumpFoliage, NetherOreNests, NetherForts, PreSimulator");
a_IniFile.GetValueSet("Generator", "BottomLavaHeight", "30");
break;
}