summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/BlockInfo.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/BlockInfo.cpp b/src/BlockInfo.cpp
index 28c5c153f..c5590649d 100644
--- a/src/BlockInfo.cpp
+++ b/src/BlockInfo.cpp
@@ -656,6 +656,8 @@ bool cBlockInfo::FullyOccupiesVoxel(const BLOCKTYPE Block)
case E_BLOCK_GREEN_GLAZED_TERRACOTTA:
case E_BLOCK_BLACK_GLAZED_TERRACOTTA:
case E_BLOCK_RED_GLAZED_TERRACOTTA:
+ case E_BLOCK_GLASS:
+ case E_BLOCK_STAINED_GLASS:
case E_BLOCK_GRASS:
case E_BLOCK_GRAVEL:
case E_BLOCK_HARDENED_CLAY: