From ae4d387f1d7bfec7ca27284c993ff2cb0a593e09 Mon Sep 17 00:00:00 2001 From: Xenoxis Date: Sat, 28 Mar 2020 00:37:32 +0100 Subject: Fix Snow Spawn on Cobblestone Slab (#4564) --- src/BlockInfo.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/BlockInfo.cpp') 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; -- cgit v1.2.3