From fb2ef33c89e40e66365db7642bfa06258a61d5ab Mon Sep 17 00:00:00 2001 From: Peter Bell Date: Mon, 15 Apr 2019 16:33:19 +0100 Subject: Correct block transparencies --- src/BlockInfo.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/BlockInfo.cpp b/src/BlockInfo.cpp index b8cc26f11..d17bc9962 100644 --- a/src/BlockInfo.cpp +++ b/src/BlockInfo.cpp @@ -246,6 +246,7 @@ cBlockInfo::cBlockInfoArray::cBlockInfoArray() Info[E_BLOCK_ENCHANTMENT_TABLE ].m_Transparent = true; Info[E_BLOCK_END_PORTAL ].m_Transparent = true; Info[E_BLOCK_END_PORTAL_FRAME ].m_Transparent = true; + Info[E_BLOCK_END_ROD ].m_Transparent = true; Info[E_BLOCK_ENDER_CHEST ].m_Transparent = true; Info[E_BLOCK_FARMLAND ].m_Transparent = true; Info[E_BLOCK_FENCE ].m_Transparent = true; @@ -256,11 +257,13 @@ cBlockInfo::cBlockInfoArray::cBlockInfoArray() Info[E_BLOCK_GLASS_PANE ].m_Transparent = true; Info[E_BLOCK_GLOWSTONE ].m_Transparent = true; Info[E_BLOCK_GRAY_SHULKER_BOX ].m_Transparent = true; + Info[E_BLOCK_GREEN_SHULKER_BOX ].m_Transparent = true; Info[E_BLOCK_HEAD ].m_Transparent = true; Info[E_BLOCK_HEAVY_WEIGHTED_PRESSURE_PLATE].m_Transparent = true; Info[E_BLOCK_HOPPER ].m_Transparent = true; Info[E_BLOCK_ICE ].m_Transparent = true; Info[E_BLOCK_INACTIVE_COMPARATOR ].m_Transparent = true; + Info[E_BLOCK_INVERTED_DAYLIGHT_SENSOR ].m_Transparent = true; Info[E_BLOCK_IRON_BARS ].m_Transparent = true; Info[E_BLOCK_IRON_DOOR ].m_Transparent = true; Info[E_BLOCK_IRON_TRAPDOOR ].m_Transparent = true; @@ -316,6 +319,7 @@ cBlockInfo::cBlockInfoArray::cBlockInfoArray() Info[E_BLOCK_REDSTONE_WIRE ].m_Transparent = true; Info[E_BLOCK_SANDSTONE_STAIRS ].m_Transparent = true; Info[E_BLOCK_SAPLING ].m_Transparent = true; + Info[E_BLOCK_SEA_LANTERN ].m_Transparent = true; Info[E_BLOCK_SIGN_POST ].m_Transparent = true; Info[E_BLOCK_SNOW ].m_Transparent = true; Info[E_BLOCK_SPRUCE_DOOR ].m_Transparent = true; @@ -594,6 +598,7 @@ cBlockInfo::cBlockInfoArray::cBlockInfoArray() Info[E_BLOCK_BROWN_GLAZED_TERRACOTTA ].m_FullyOccupiesVoxel = true; Info[E_BLOCK_GREEN_GLAZED_TERRACOTTA ].m_FullyOccupiesVoxel = true; Info[E_BLOCK_BLACK_GLAZED_TERRACOTTA ].m_FullyOccupiesVoxel = true; + Info[E_BLOCK_RED_GLAZED_TERRACOTTA ].m_FullyOccupiesVoxel = true; Info[E_BLOCK_GRASS ].m_FullyOccupiesVoxel = true; Info[E_BLOCK_GRAVEL ].m_FullyOccupiesVoxel = true; Info[E_BLOCK_HARDENED_CLAY ].m_FullyOccupiesVoxel = true; -- cgit v1.2.3