diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-08-20 21:15:21 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-08-20 21:15:21 +0200 |
commit | aeabf0f82e299a0535265961e06b6fdab09aac36 (patch) | |
tree | 57d7f6f370d1d0e32fb974933e59ae02ec380db6 /source | |
parent | Reduced delay a little (diff) | |
download | cuberite-aeabf0f82e299a0535265961e06b6fdab09aac36.tar cuberite-aeabf0f82e299a0535265961e06b6fdab09aac36.tar.gz cuberite-aeabf0f82e299a0535265961e06b6fdab09aac36.tar.bz2 cuberite-aeabf0f82e299a0535265961e06b6fdab09aac36.tar.lz cuberite-aeabf0f82e299a0535265961e06b6fdab09aac36.tar.xz cuberite-aeabf0f82e299a0535265961e06b6fdab09aac36.tar.zst cuberite-aeabf0f82e299a0535265961e06b6fdab09aac36.zip |
Diffstat (limited to 'source')
-rw-r--r-- | source/BlockID.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/BlockID.cpp b/source/BlockID.cpp index 0345614c5..40664647a 100644 --- a/source/BlockID.cpp +++ b/source/BlockID.cpp @@ -584,6 +584,7 @@ public: // Transparent blocks g_BlockTransparent[E_BLOCK_AIR] = true; + g_BlockTransparent[E_BLOCK_ACTIVATOR_RAIL] = true; g_BlockTransparent[E_BLOCK_BROWN_MUSHROOM] = true; g_BlockTransparent[E_BLOCK_CARROTS] = true; g_BlockTransparent[E_BLOCK_CHEST] = true; @@ -603,6 +604,7 @@ public: g_BlockTransparent[E_BLOCK_NETHER_BRICK_FENCE] = true; g_BlockTransparent[E_BLOCK_POTATOES] = true; g_BlockTransparent[E_BLOCK_POWERED_RAIL] = true; + g_BlockTransparent[E_BLOCK_PISTON_EXTENSION] = true; g_BlockTransparent[E_BLOCK_PUMPKIN_STEM] = true; g_BlockTransparent[E_BLOCK_RAIL] = true; g_BlockTransparent[E_BLOCK_RED_MUSHROOM] = true; |