add smart waterlog

This commit is contained in:
dfsek
2021-03-16 21:04:56 -07:00
parent 5458564cfa
commit 5028582198
9 changed files with 94 additions and 3 deletions
@@ -97,4 +97,9 @@ public class Data implements BlockData, BlockType {
public boolean isSolid() {
return false;
}
@Override
public boolean isWater() {
return false;
}
}