Removed WallOre class

This commit is contained in:
Anuken
2022-01-19 23:23:05 -05:00
parent 698e89e796
commit 9593765742
9 changed files with 18 additions and 36 deletions

View File

@@ -529,7 +529,7 @@ public class Tile implements Position, QuadTreeObject, Displayable{
public @Nullable Item wallDrop(){
return block.solid ?
block.itemDrop != null ? block.itemDrop :
overlay instanceof WallOreBlock ? overlay.itemDrop :
overlay.wallOre ? overlay.itemDrop :
null : null;
}