Set leaves as a transparent block.
Initiated by STR_Warrior, http://forum.mc-server.org/showthread.php?tid=434&pid=4512#pid4512 git-svn-id: http://mc-server.googlecode.com/svn/trunk@852 0a769ca7-a7f5-676a-18bf-c427514a06d6master
parent
8199aeb18a
commit
985fd3ca2c
|
@ -353,6 +353,7 @@ public:
|
||||||
g_BlockTransparent[E_BLOCK_FIRE] = true;
|
g_BlockTransparent[E_BLOCK_FIRE] = true;
|
||||||
g_BlockTransparent[E_BLOCK_GLASS] = true;
|
g_BlockTransparent[E_BLOCK_GLASS] = true;
|
||||||
g_BlockTransparent[E_BLOCK_ICE] = true;
|
g_BlockTransparent[E_BLOCK_ICE] = true;
|
||||||
|
g_BlockTransparent[E_BLOCK_LEAVES] = true;
|
||||||
g_BlockTransparent[E_BLOCK_RED_MUSHROOM] = true;
|
g_BlockTransparent[E_BLOCK_RED_MUSHROOM] = true;
|
||||||
g_BlockTransparent[E_BLOCK_RED_ROSE] = true;
|
g_BlockTransparent[E_BLOCK_RED_ROSE] = true;
|
||||||
g_BlockTransparent[E_BLOCK_SIGN_POST] = true;
|
g_BlockTransparent[E_BLOCK_SIGN_POST] = true;
|
||||||
|
|
Loading…
Reference in New Issue