summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2015-05-17 19:36:18 +0200
committerSTRWarrior <niels.breuker@hotmail.nl>2015-05-17 19:36:18 +0200
commitb9481dafeb0ded7b7544e47f0aa21e6f325350ab (patch)
tree932af2679b0aeb8c3ee34fd29e94b364150d2fc8
parentMerge pull request #2018 from mc-server/ProbDif (diff)
downloadcuberite-b9481dafeb0ded7b7544e47f0aa21e6f325350ab.tar
cuberite-b9481dafeb0ded7b7544e47f0aa21e6f325350ab.tar.gz
cuberite-b9481dafeb0ded7b7544e47f0aa21e6f325350ab.tar.bz2
cuberite-b9481dafeb0ded7b7544e47f0aa21e6f325350ab.tar.lz
cuberite-b9481dafeb0ded7b7544e47f0aa21e6f325350ab.tar.xz
cuberite-b9481dafeb0ded7b7544e47f0aa21e6f325350ab.tar.zst
cuberite-b9481dafeb0ded7b7544e47f0aa21e6f325350ab.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 c0a79b9d0..ced459da8 100644
--- a/src/World.cpp
+++ b/src/World.cpp
@@ -800,7 +800,7 @@ void cWorld::InitialiseGeneratorDefaults(cIniFile & a_IniFile)
a_IniFile.GetValueSet("Generator", "BiomeGen", "Grown");
a_IniFile.GetValueSet("Generator", "ShapeGen", "BiomalNoise3D");
a_IniFile.GetValueSet("Generator", "CompositionGen", "Biomal");
- a_IniFile.GetValueSet("Generator", "Finishers", "Ravines, WormNestCaves, WaterLakes, WaterSprings, LavaLakes, LavaSprings, OreNests, Mineshafts, Trees, Villages, SprinkleFoliage, Ice, Snow, Lilypads, BottomLava, DeadBushes, NaturalPatches, PreSimulator, Animals");
+ a_IniFile.GetValueSet("Generator", "Finishers", "RoughRavines, WormNestCaves, WaterLakes, WaterSprings, LavaLakes, LavaSprings, OreNests, Mineshafts, Trees, Villages, TallGrass, SprinkleFoliage, Ice, Snow, Lilypads, BottomLava, DeadBushes, NaturalPatches, PreSimulator, Animals");
break;
}
case dimNether: