diff options
author | tonibm19 <tonibm19@gmail.com> | 2014-12-08 19:37:42 +0100 |
---|---|---|
committer | tonibm19 <tonibm19@gmail.com> | 2014-12-08 19:37:42 +0100 |
commit | 74ef5864003b41e969e14f1360643d109ab3154b (patch) | |
tree | 1926f5c7c5ec1468d4d0668bb0fac208f1e6bdaf /src/World.cpp | |
parent | Merge pull request #1654 from tonibm19/patch-1 (diff) | |
download | cuberite-74ef5864003b41e969e14f1360643d109ab3154b.tar cuberite-74ef5864003b41e969e14f1360643d109ab3154b.tar.gz cuberite-74ef5864003b41e969e14f1360643d109ab3154b.tar.bz2 cuberite-74ef5864003b41e969e14f1360643d109ab3154b.tar.lz cuberite-74ef5864003b41e969e14f1360643d109ab3154b.tar.xz cuberite-74ef5864003b41e969e14f1360643d109ab3154b.tar.zst cuberite-74ef5864003b41e969e14f1360643d109ab3154b.zip |
Diffstat (limited to '')
-rw-r--r-- | src/World.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World.cpp b/src/World.cpp index 5a09204b9..2276a68fd 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, NetherForts, PreSimulator, NetherOreNests"); a_IniFile.GetValueSet("Generator", "BottomLavaHeight", "30"); break; } |