diff options
author | STRWarrior <niels.breuker@hotmail.nl> | 2014-07-29 17:01:15 +0200 |
---|---|---|
committer | STRWarrior <niels.breuker@hotmail.nl> | 2014-07-29 17:01:15 +0200 |
commit | 4ccf14f3b3f7deb19a32afd4253c506d5a224c54 (patch) | |
tree | 6f36d84130a310c6de2f471dd38f6d769205b9e4 /src/Generating/ComposableGenerator.cpp | |
parent | Fixed comment above cFinishGenSingleTopBlock (diff) | |
download | cuberite-4ccf14f3b3f7deb19a32afd4253c506d5a224c54.tar cuberite-4ccf14f3b3f7deb19a32afd4253c506d5a224c54.tar.gz cuberite-4ccf14f3b3f7deb19a32afd4253c506d5a224c54.tar.bz2 cuberite-4ccf14f3b3f7deb19a32afd4253c506d5a224c54.tar.lz cuberite-4ccf14f3b3f7deb19a32afd4253c506d5a224c54.tar.xz cuberite-4ccf14f3b3f7deb19a32afd4253c506d5a224c54.tar.zst cuberite-4ccf14f3b3f7deb19a32afd4253c506d5a224c54.zip |
Diffstat (limited to 'src/Generating/ComposableGenerator.cpp')
-rw-r--r-- | src/Generating/ComposableGenerator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Generating/ComposableGenerator.cpp b/src/Generating/ComposableGenerator.cpp index a8c1a842f..5231b499f 100644 --- a/src/Generating/ComposableGenerator.cpp +++ b/src/Generating/ComposableGenerator.cpp @@ -335,7 +335,7 @@ void cComposableGenerator::InitFinishGens(cIniFile & a_IniFile) AllowedBiomes.push_back(biMesaPlateauFM); AllowedBiomes.push_back(biMesaPlateauM); - // A list with all the allowed blocks that can be below the lilypad. + // A list with all the allowed blocks that can be below the dead bush. cFinishGenSingleTopBlock::BlockList AllowedBlocks; AllowedBlocks.push_back(E_BLOCK_SAND); AllowedBlocks.push_back(E_BLOCK_HARDENED_CLAY); |