export command

This commit is contained in:
dfsek
2021-03-10 15:28:50 -07:00
parent bf5be91868
commit fdb2441b1a
7 changed files with 121 additions and 3 deletions

View File

@@ -40,4 +40,9 @@ public class SpongeBlockData implements BlockData {
public boolean isAir() {
return false;
}
@Override
public boolean isStructureVoid() {
return false;
}
}