Added glass to FullyOccupiesVoxel

This commit is contained in:
Michal Havlíček 2021-12-31 10:38:50 +01:00 committed by Alexander Harkness
parent 158435737e
commit 1806f3acef

View File

@ -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: