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
|
// 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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user