Water Erosion

Water Erosion

366k Downloads

Feature: Do not remove a block if it will make an unsupported stack

13rac1 opened this issue ยท 1 comments

commented

Check the stack (to a limit) above an erodable Block for anything other than air on all four sides to avoid making a floating single block.

Can this be extended to follow the block formation through 3d space without significant CPU use to avoid 3-4 blocks floating? Singles are the most common though, so will be the original focus and this issue can be considered resolved when that is fixed.

commented

Might get handled the same time as #4 and #7