This commit is contained in:
Anuken
2020-06-22 23:08:59 -04:00
parent 7dfd20d020
commit 7b7e803011
7 changed files with 14 additions and 12 deletions

View File

@@ -175,7 +175,7 @@ public class Drill extends Block{
for(Tile other : tile.getLinkedTilesAs(this, tempTiles)){
if(canMine(other)){
oreCount.getAndIncrement(getDrop(other), 0, 1);
oreCount.increment(getDrop(other), 0, 1);
}
}