mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-22 18:45:54 +01:00
SPIGOT-4962: Bubble column blocks not classified as liquid
This commit is contained in:
parent
f498aabe45
commit
401432b995
@ -578,7 +578,7 @@ public class CraftBlock implements Block {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isLiquid() {
|
public boolean isLiquid() {
|
||||||
return (getType() == Material.WATER) || (getType() == Material.LAVA);
|
return getNMS().getMaterial().isLiquid();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user