diff options
author | Michal Havlíček <havel@cml.local> | 2021-12-31 10:38:50 +0100 |
---|---|---|
committer | Alexander Harkness <me@bearbin.net> | 2021-12-31 13:25:00 +0100 |
commit | 1806f3acef884bf2e5b8f41f245bae3f509396c0 (patch) | |
tree | 5b629e9058ebce85ba518f260022f1636aa627dd /src/BlockInfo.cpp | |
parent | Transparent blocks no longer conduct redstone power (#5359) (diff) | |
download | cuberite-1806f3acef884bf2e5b8f41f245bae3f509396c0.tar cuberite-1806f3acef884bf2e5b8f41f245bae3f509396c0.tar.gz cuberite-1806f3acef884bf2e5b8f41f245bae3f509396c0.tar.bz2 cuberite-1806f3acef884bf2e5b8f41f245bae3f509396c0.tar.lz cuberite-1806f3acef884bf2e5b8f41f245bae3f509396c0.tar.xz cuberite-1806f3acef884bf2e5b8f41f245bae3f509396c0.tar.zst cuberite-1806f3acef884bf2e5b8f41f245bae3f509396c0.zip |
Diffstat (limited to 'src/BlockInfo.cpp')
-rw-r--r-- | src/BlockInfo.cpp | 2 |
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: |