summaryrefslogtreecommitdiffstats
path: root/source/BlockID.cpp
diff options
context:
space:
mode:
authornesco <emmanuel@federbusch.fr>2013-11-12 22:08:33 +0100
committernesco <emmanuel@federbusch.fr>2013-11-12 22:08:33 +0100
commitce0549831144131d7b49b8477eaa60e6581144cf (patch)
tree8668f12f3809a254dcb8dc93a87b13c7e4e534c4 /source/BlockID.cpp
parentBiomeFile, if not needed, will be removed (diff)
downloadcuberite-ce0549831144131d7b49b8477eaa60e6581144cf.tar
cuberite-ce0549831144131d7b49b8477eaa60e6581144cf.tar.gz
cuberite-ce0549831144131d7b49b8477eaa60e6581144cf.tar.bz2
cuberite-ce0549831144131d7b49b8477eaa60e6581144cf.tar.lz
cuberite-ce0549831144131d7b49b8477eaa60e6581144cf.tar.xz
cuberite-ce0549831144131d7b49b8477eaa60e6581144cf.tar.zst
cuberite-ce0549831144131d7b49b8477eaa60e6581144cf.zip
Diffstat (limited to '')
-rw-r--r--source/BlockID.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/BlockID.cpp b/source/BlockID.cpp
index 68aae09dd..f8949577e 100644
--- a/source/BlockID.cpp
+++ b/source/BlockID.cpp
@@ -649,8 +649,8 @@ public:
g_BlockSpreadLightFalloff[E_BLOCK_WATER] = 3;
// Transparent blocks
- g_BlockTransparent[E_BLOCK_AIR] = true;
g_BlockTransparent[E_BLOCK_ACTIVATOR_RAIL] = true;
+ g_BlockTransparent[E_BLOCK_AIR] = true;
g_BlockTransparent[E_BLOCK_BIG_FLOWER] = true;
g_BlockTransparent[E_BLOCK_BROWN_MUSHROOM] = true;
g_BlockTransparent[E_BLOCK_CARROTS] = true;
@@ -672,10 +672,10 @@ public:
g_BlockTransparent[E_BLOCK_IRON_DOOR] = true;
g_BlockTransparent[E_BLOCK_LAVA] = true;
g_BlockTransparent[E_BLOCK_LEAVES] = true;
- g_BlockTransparent[E_BLOCK_NEW_LEAVES] = true;
g_BlockTransparent[E_BLOCK_LEVER] = true;
g_BlockTransparent[E_BLOCK_MELON_STEM] = true;
g_BlockTransparent[E_BLOCK_NETHER_BRICK_FENCE] = true;
+ g_BlockTransparent[E_BLOCK_NEW_LEAVES] = true;
g_BlockTransparent[E_BLOCK_POTATOES] = true;
g_BlockTransparent[E_BLOCK_POWERED_RAIL] = true;
g_BlockTransparent[E_BLOCK_PISTON_EXTENSION] = true;
@@ -683,15 +683,15 @@ public:
g_BlockTransparent[E_BLOCK_RAIL] = true;
g_BlockTransparent[E_BLOCK_RED_MUSHROOM] = true;
g_BlockTransparent[E_BLOCK_SIGN_POST] = true;
+ g_BlockTransparent[E_BLOCK_SNOW] = true;
g_BlockTransparent[E_BLOCK_STATIONARY_LAVA] = true;
g_BlockTransparent[E_BLOCK_STATIONARY_WATER] = true;
g_BlockTransparent[E_BLOCK_STONE_PRESSURE_PLATE] = true;
- g_BlockTransparent[E_BLOCK_SNOW] = true;
g_BlockTransparent[E_BLOCK_TALL_GRASS] = true;
g_BlockTransparent[E_BLOCK_TORCH] = true;
g_BlockTransparent[E_BLOCK_VINES] = true;
- g_BlockTransparent[E_BLOCK_WATER] = true;
g_BlockTransparent[E_BLOCK_WALLSIGN] = true;
+ g_BlockTransparent[E_BLOCK_WATER] = true;
g_BlockTransparent[E_BLOCK_WOODEN_DOOR] = true;
g_BlockTransparent[E_BLOCK_WOODEN_PRESSURE_PLATE] = true;