unimplement Keyed in Structure

This commit is contained in:
dfsek
2021-12-26 19:26:02 -07:00
parent 1ac3964589
commit 9c5b789aa2
6 changed files with 16 additions and 25 deletions

View File

@@ -95,11 +95,6 @@ public class VanillaOre implements Structure {
return true;
}
@Override
public String getID() {
return null;
}
public BlockState getMaterial(BlockType replace) {
return materials.getOrDefault(replace, material);
}