summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-12-01 11:39:02 +0100
committerMattes D <github@xoft.cz>2015-12-01 11:39:02 +0100
commit3de22f5183a596be6e70d5bae555a09f06474819 (patch)
tree57c90ff51aaeac4b1c2e05538a9f486da0a19f28
parentAdded more details to the cubeset format documentation. (diff)
downloadcuberite-3de22f5183a596be6e70d5bae555a09f06474819.tar
cuberite-3de22f5183a596be6e70d5bae555a09f06474819.tar.gz
cuberite-3de22f5183a596be6e70d5bae555a09f06474819.tar.bz2
cuberite-3de22f5183a596be6e70d5bae555a09f06474819.tar.lz
cuberite-3de22f5183a596be6e70d5bae555a09f06474819.tar.xz
cuberite-3de22f5183a596be6e70d5bae555a09f06474819.tar.zst
cuberite-3de22f5183a596be6e70d5bae555a09f06474819.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 e21b79371..3f4e8dfea 100644
--- a/src/World.cpp
+++ b/src/World.cpp
@@ -828,7 +828,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, GlowStone, PreSimulator");
+ a_IniFile.GetValueSet("Generator", "Finishers", "SoulsandRims, WormNestCaves, BottomLava, LavaSprings, NetherClumpFoliage, NetherOreNests, PieceStructures: NetherForts, GlowStone, PreSimulator");
a_IniFile.GetValueSet("Generator", "BottomLavaHeight", "30");
break;
}