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:
parent
c24905426c
commit
46c7f75cab
@ -408,6 +408,9 @@ public:
|
|||||||
g_BlockTransparent[E_BLOCK_VINES] = true;
|
g_BlockTransparent[E_BLOCK_VINES] = true;
|
||||||
g_BlockTransparent[E_BLOCK_WALLSIGN] = true;
|
g_BlockTransparent[E_BLOCK_WALLSIGN] = true;
|
||||||
g_BlockTransparent[E_BLOCK_YELLOW_FLOWER] = 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?
|
// TODO: Any other transparent blocks?
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user