From 4f1222b20abc08ce7eab3eead383adc6e8ca3024 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Thu, 7 Jun 2012 11:24:56 +0000 Subject: Grass grows under vines git-svn-id: http://mc-server.googlecode.com/svn/trunk@569 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/BlockID.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'source') 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; -- cgit v1.2.3