mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 06:11:24 +00:00
export command
This commit is contained in:
@@ -52,6 +52,11 @@ public class Data implements BlockData, BlockType {
|
||||
return noProp.equals("minecraft:air");
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isStructureVoid() {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public BlockData clone() {
|
||||
|
||||
Reference in New Issue
Block a user