summaryrefslogtreecommitdiffstats
path: root/src/BlockInfo.cpp
diff options
context:
space:
mode:
authorXenoxis <ikdc.services@gmail.com>2020-03-28 00:37:32 +0100
committerGitHub <noreply@github.com>2020-03-28 00:37:32 +0100
commitae4d387f1d7bfec7ca27284c993ff2cb0a593e09 (patch)
tree457a2242775fc521b55e399ececbeb08427d10fa /src/BlockInfo.cpp
parentReduce ghast spawn rate again (diff)
downloadcuberite-ae4d387f1d7bfec7ca27284c993ff2cb0a593e09.tar
cuberite-ae4d387f1d7bfec7ca27284c993ff2cb0a593e09.tar.gz
cuberite-ae4d387f1d7bfec7ca27284c993ff2cb0a593e09.tar.bz2
cuberite-ae4d387f1d7bfec7ca27284c993ff2cb0a593e09.tar.lz
cuberite-ae4d387f1d7bfec7ca27284c993ff2cb0a593e09.tar.xz
cuberite-ae4d387f1d7bfec7ca27284c993ff2cb0a593e09.tar.zst
cuberite-ae4d387f1d7bfec7ca27284c993ff2cb0a593e09.zip
Diffstat (limited to 'src/BlockInfo.cpp')
-rw-r--r--src/BlockInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BlockInfo.cpp b/src/BlockInfo.cpp
index d17bc9962..7d2ae64a9 100644
--- a/src/BlockInfo.cpp
+++ b/src/BlockInfo.cpp
@@ -335,6 +335,7 @@ cBlockInfo::cBlockInfoArray::cBlockInfoArray()
Info[E_BLOCK_STONE_BRICK_STAIRS ].m_Transparent = true;
Info[E_BLOCK_STONE_BUTTON ].m_Transparent = true;
Info[E_BLOCK_STONE_PRESSURE_PLATE ].m_Transparent = true;
+ Info[E_BLOCK_STONE_SLAB ].m_Transparent = true;
Info[E_BLOCK_SUGARCANE ].m_Transparent = true;
Info[E_BLOCK_TALL_GRASS ].m_Transparent = true;
Info[E_BLOCK_TORCH ].m_Transparent = true;