diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-06-07 13:24:56 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-06-07 13:24:56 +0200 |
commit | 4f1222b20abc08ce7eab3eead383adc6e8ca3024 (patch) | |
tree | fb3fe5040194e1fd94c7e58c712ca4795925d9d4 /source | |
parent | Multiple packets are serialized in one request. (diff) | |
download | cuberite-4f1222b20abc08ce7eab3eead383adc6e8ca3024.tar cuberite-4f1222b20abc08ce7eab3eead383adc6e8ca3024.tar.gz cuberite-4f1222b20abc08ce7eab3eead383adc6e8ca3024.tar.bz2 cuberite-4f1222b20abc08ce7eab3eead383adc6e8ca3024.tar.lz cuberite-4f1222b20abc08ce7eab3eead383adc6e8ca3024.tar.xz cuberite-4f1222b20abc08ce7eab3eead383adc6e8ca3024.tar.zst cuberite-4f1222b20abc08ce7eab3eead383adc6e8ca3024.zip |
Diffstat (limited to '')
-rw-r--r-- | source/BlockID.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/BlockID.cpp b/source/BlockID.cpp index f6e2b686d..567df3c3d 100644 --- a/source/BlockID.cpp +++ b/source/BlockID.cpp @@ -225,6 +225,7 @@ public: 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_WALLSIGN] = true;
g_BlockTransparent[E_BLOCK_YELLOW_FLOWER] = true;
|