diff options
author | Mattes D <github@xoft.cz> | 2013-12-21 11:57:29 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2013-12-21 11:57:29 +0100 |
commit | 8c02f2c8e1212d15ab46d76737dfd101725e4321 (patch) | |
tree | 7a40b9850a622879290c7d663bc40f56b8ac9ed1 /src/BlockID.cpp | |
parent | Merge branch 'master' of https://github.com/mc-server/MCServer (diff) | |
parent | Fixed repeaters delay, maybe (diff) | |
download | cuberite-8c02f2c8e1212d15ab46d76737dfd101725e4321.tar cuberite-8c02f2c8e1212d15ab46d76737dfd101725e4321.tar.gz cuberite-8c02f2c8e1212d15ab46d76737dfd101725e4321.tar.bz2 cuberite-8c02f2c8e1212d15ab46d76737dfd101725e4321.tar.lz cuberite-8c02f2c8e1212d15ab46d76737dfd101725e4321.tar.xz cuberite-8c02f2c8e1212d15ab46d76737dfd101725e4321.tar.zst cuberite-8c02f2c8e1212d15ab46d76737dfd101725e4321.zip |
Diffstat (limited to 'src/BlockID.cpp')
-rw-r--r-- | src/BlockID.cpp | 3 |
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; |