diff options
author | Mattes D <github@xoft.cz> | 2014-01-10 16:14:19 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-01-10 16:14:19 +0100 |
commit | 6943a4df74b8186fcdfd16aea397574bebcde6e6 (patch) | |
tree | ca767ea26c53e1cddeee7fd50fcb3bc56e469ac9 /src/Generating/Caves.cpp | |
parent | BiomeVisualiser: Added zooming using the 1 - 8 keys. (diff) | |
parent | Fixed recurring pattern. (diff) | |
download | cuberite-6943a4df74b8186fcdfd16aea397574bebcde6e6.tar cuberite-6943a4df74b8186fcdfd16aea397574bebcde6e6.tar.gz cuberite-6943a4df74b8186fcdfd16aea397574bebcde6e6.tar.bz2 cuberite-6943a4df74b8186fcdfd16aea397574bebcde6e6.tar.lz cuberite-6943a4df74b8186fcdfd16aea397574bebcde6e6.tar.xz cuberite-6943a4df74b8186fcdfd16aea397574bebcde6e6.tar.zst cuberite-6943a4df74b8186fcdfd16aea397574bebcde6e6.zip |
Diffstat (limited to 'src/Generating/Caves.cpp')
-rw-r--r-- | src/Generating/Caves.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Generating/Caves.cpp b/src/Generating/Caves.cpp index c94113f5c..2571e6b77 100644 --- a/src/Generating/Caves.cpp +++ b/src/Generating/Caves.cpp @@ -509,6 +509,7 @@ void cCaveTunnel::ProcessChunk( case E_BLOCK_GRAVEL: case E_BLOCK_SAND: case E_BLOCK_SANDSTONE: + case E_BLOCK_SOULSAND: case E_BLOCK_NETHERRACK: case E_BLOCK_COAL_ORE: case E_BLOCK_IRON_ORE: |