1
0

Sugar cane can be near frosted ice (#4133)

This commit is contained in:
Bond-009 2018-01-05 13:49:08 +01:00 committed by peterbell10
parent b4aa19f329
commit a2de7c2bb1

View File

@ -56,7 +56,7 @@ public:
// Too close to the edge, cannot simulate // Too close to the edge, cannot simulate
return true; return true;
} }
if (IsBlockWater(BlockType)) if (IsBlockWater(BlockType) || (BlockType == E_BLOCK_FROSTED_ICE))
{ {
return true; return true;
} }