diff options
author | Masy98 <masy@antheruscraft.de> | 2014-07-15 14:06:03 +0200 |
---|---|---|
committer | Masy98 <masy@antheruscraft.de> | 2014-07-15 14:06:03 +0200 |
commit | 7f4029f8f4b9b0c0b711c631ce704a3bbcb6e990 (patch) | |
tree | 4e76640fbca916ca6e1a5a9c5661a3ccb50120dc | |
parent | Added various missing blocks in the lists in BlockInfo.cpp (diff) | |
download | cuberite-7f4029f8f4b9b0c0b711c631ce704a3bbcb6e990.tar cuberite-7f4029f8f4b9b0c0b711c631ce704a3bbcb6e990.tar.gz cuberite-7f4029f8f4b9b0c0b711c631ce704a3bbcb6e990.tar.bz2 cuberite-7f4029f8f4b9b0c0b711c631ce704a3bbcb6e990.tar.lz cuberite-7f4029f8f4b9b0c0b711c631ce704a3bbcb6e990.tar.xz cuberite-7f4029f8f4b9b0c0b711c631ce704a3bbcb6e990.tar.zst cuberite-7f4029f8f4b9b0c0b711c631ce704a3bbcb6e990.zip |
-rw-r--r-- | src/BlockInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BlockInfo.cpp b/src/BlockInfo.cpp index 04859e586..d902ea4a6 100644 --- a/src/BlockInfo.cpp +++ b/src/BlockInfo.cpp @@ -236,6 +236,7 @@ void cBlockInfo::Initialize(cBlockInfoArray & a_Info) a_Info[E_BLOCK_LIGHT_WEIGHTED_PRESSURE_PLATE].m_Transparent = true; a_Info[E_BLOCK_MELON_STEM ].m_Transparent = true; a_Info[E_BLOCK_MOB_SPAWNER ].m_Transparent = true; + a_Info[E_BLOCK_NETHER_BRICK_FENCE ].m_Transparent = true; a_Info[E_BLOCK_NETHER_PORTAL ].m_Transparent = true; a_Info[E_BLOCK_NETHER_WART ].m_Transparent = true; a_Info[E_BLOCK_NEW_LEAVES ].m_Transparent = true; |