diff --git a/src/Blocks/BlockSugarcane.h b/src/Blocks/BlockSugarcane.h index 7e2a0c0a5..1322987f5 100644 --- a/src/Blocks/BlockSugarcane.h +++ b/src/Blocks/BlockSugarcane.h @@ -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; }