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);
|
||||
state = world.getBlockState(POS);
|
||||
|
||||
// Liquids & water plants
|
||||
if (!state.getFluidState().isEmpty() || state.getMaterial().equals(Material.UNDERWATER_PLANT) || state.getMaterial().equals(Material.REPLACEABLE_UNDERWATER_PLANT)) {
|
||||
// Liquids
|
||||
if (!state.getFluidState().isEmpty()) {
|
||||
continue;
|
||||
}
|
||||
// Falling blocks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue