1
0
Fork 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
1 changed files with 1 additions and 1 deletions

View File

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