Lily fix
This commit is contained in:
parent
6410088aaa
commit
9f7614d51e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue