summaryrefslogtreecommitdiffstats
path: root/src/World.cpp
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2015-04-19 19:45:18 +0200
committerSTRWarrior <niels.breuker@hotmail.nl>2015-04-19 19:45:18 +0200
commite7542f676d1905e41b31b3c5b3d7108704529176 (patch)
tree6d6ce2ce0aa4a3ddce7ad8aab8dfd393345cd95d /src/World.cpp
parentAdded extra divide operator to Vector3. (diff)
downloadcuberite-e7542f676d1905e41b31b3c5b3d7108704529176.tar
cuberite-e7542f676d1905e41b31b3c5b3d7108704529176.tar.gz
cuberite-e7542f676d1905e41b31b3c5b3d7108704529176.tar.bz2
cuberite-e7542f676d1905e41b31b3c5b3d7108704529176.tar.lz
cuberite-e7542f676d1905e41b31b3c5b3d7108704529176.tar.xz
cuberite-e7542f676d1905e41b31b3c5b3d7108704529176.tar.zst
cuberite-e7542f676d1905e41b31b3c5b3d7108704529176.zip
Diffstat (limited to 'src/World.cpp')
-rw-r--r--src/World.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World.cpp b/src/World.cpp
index 4480013c3..a088f6eb1 100644
--- a/src/World.cpp
+++ b/src/World.cpp
@@ -812,7 +812,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, NetherOreNests, NetherForts, PreSimulator");
+ a_IniFile.GetValueSet("Generator", "Finishers", "SoulsandRims, WormNestCaves, BottomLava, LavaSprings, NetherClumpFoliage, NetherOreNests, NetherForts, GlowStone, PreSimulator");
a_IniFile.GetValueSet("Generator", "BottomLavaHeight", "30");
break;
}