1
0

Rails don't turn grass into dirt underneath them. (Patch contributed by STR_Warrior)

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1066 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com 2012-11-25 20:31:07 +00:00
parent c24905426c
commit 46c7f75cab

View File

@ -408,6 +408,9 @@ public:
g_BlockTransparent[E_BLOCK_VINES] = true;
g_BlockTransparent[E_BLOCK_WALLSIGN] = true;
g_BlockTransparent[E_BLOCK_YELLOW_FLOWER] = true;
g_BlockTransparent[E_BLOCK_RAIL] = true;
g_BlockTransparent[E_BLOCK_DETECTOR_RAIL] = true;
g_BlockTransparent[E_BLOCK_POWERED_RAIL] = true;
// TODO: Any other transparent blocks?