This commit is contained in:
paulevsGitch 2020-10-16 23:03:03 +03:00
parent 6410088aaa
commit 9f7614d51e

View file

@ -139,8 +139,8 @@ public class BlocksHelper {
POS.setY(y); POS.setY(y);
state = world.getBlockState(POS); state = world.getBlockState(POS);
// Liquids & water plants // Liquids
if (!state.getFluidState().isEmpty() || state.getMaterial().equals(Material.UNDERWATER_PLANT) || state.getMaterial().equals(Material.REPLACEABLE_UNDERWATER_PLANT)) { if (!state.getFluidState().isEmpty()) {
continue; continue;
} }
// Falling blocks // Falling blocks