Sugar cane can be near frosted ice (#4133)
This commit is contained in:
parent
b4aa19f329
commit
a2de7c2bb1
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user