From aeabf0f82e299a0535265961e06b6fdab09aac36 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Tue, 20 Aug 2013 20:15:21 +0100 Subject: Updated block transparencies Now includes activator rails and piston extensions --- source/BlockID.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source') 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; -- cgit v1.2.3