diff options
-rw-r--r-- | source/BlockID.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/BlockID.cpp b/source/BlockID.cpp index d8e750f46..9a3682615 100644 --- a/source/BlockID.cpp +++ b/source/BlockID.cpp @@ -408,6 +408,9 @@ public: g_BlockTransparent[E_BLOCK_VINES] = true; g_BlockTransparent[E_BLOCK_WALLSIGN] = true; g_BlockTransparent[E_BLOCK_YELLOW_FLOWER] = true; + g_BlockTransparent[E_BLOCK_RAIL] = true; + g_BlockTransparent[E_BLOCK_DETECTOR_RAIL] = true; + g_BlockTransparent[E_BLOCK_POWERED_RAIL] = true; // TODO: Any other transparent blocks? |