summaryrefslogtreecommitdiffstats
path: root/src/BlockID.cpp
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2013-12-20 22:19:13 +0100
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2013-12-20 22:19:13 +0100
commit432a28d935c94c5acb7305a59f45cb946c1c10c9 (patch)
tree7a40b9850a622879290c7d663bc40f56b8ac9ed1 /src/BlockID.cpp
parentMerge branch 'master' of https://github.com/mc-server/MCServer (diff)
downloadcuberite-432a28d935c94c5acb7305a59f45cb946c1c10c9.tar
cuberite-432a28d935c94c5acb7305a59f45cb946c1c10c9.tar.gz
cuberite-432a28d935c94c5acb7305a59f45cb946c1c10c9.tar.bz2
cuberite-432a28d935c94c5acb7305a59f45cb946c1c10c9.tar.lz
cuberite-432a28d935c94c5acb7305a59f45cb946c1c10c9.tar.xz
cuberite-432a28d935c94c5acb7305a59f45cb946c1c10c9.tar.zst
cuberite-432a28d935c94c5acb7305a59f45cb946c1c10c9.zip
Diffstat (limited to 'src/BlockID.cpp')
-rw-r--r--src/BlockID.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/BlockID.cpp b/src/BlockID.cpp
index 2ca9dc49a..05d4c6595 100644
--- a/src/BlockID.cpp
+++ b/src/BlockID.cpp
@@ -662,6 +662,7 @@ public:
g_BlockTransparent[E_BLOCK_CROPS] = true;
g_BlockTransparent[E_BLOCK_DANDELION] = true;
g_BlockTransparent[E_BLOCK_DETECTOR_RAIL] = true;
+ g_BlockTransparent[E_BLOCK_ENDER_CHEST] = true;
g_BlockTransparent[E_BLOCK_FENCE] = true;
g_BlockTransparent[E_BLOCK_FENCE_GATE] = true;
g_BlockTransparent[E_BLOCK_FIRE] = true;
@@ -691,12 +692,14 @@ public:
g_BlockTransparent[E_BLOCK_STAINED_GLASS_PANE] = true;
g_BlockTransparent[E_BLOCK_STATIONARY_LAVA] = true;
g_BlockTransparent[E_BLOCK_STATIONARY_WATER] = true;
+ g_BlockTransparent[E_BLOCK_STONE_BUTTON] = true;
g_BlockTransparent[E_BLOCK_STONE_PRESSURE_PLATE] = true;
g_BlockTransparent[E_BLOCK_TALL_GRASS] = true;
g_BlockTransparent[E_BLOCK_TORCH] = true;
g_BlockTransparent[E_BLOCK_VINES] = true;
g_BlockTransparent[E_BLOCK_WALLSIGN] = true;
g_BlockTransparent[E_BLOCK_WATER] = true;
+ g_BlockTransparent[E_BLOCK_WOODEN_BUTTON] = true;
g_BlockTransparent[E_BLOCK_WOODEN_DOOR] = true;
g_BlockTransparent[E_BLOCK_WOODEN_PRESSURE_PLATE] = true;