Drill + Torches = Instant 3x3 Mining? Nope!

This commit is contained in:
Ellpeck 2015-11-08 23:16:41 +01:00
parent 638186f975
commit 1c99053f8d

View file

@ -426,7 +426,7 @@ public class ItemDrill extends ItemEnergy{
}
//Break Blocks around
if(radius > 0){
if(radius > 0 && mainHardness >= 0.2F){
for(int xPos = x-xRange; xPos <= x+xRange; xPos++){
for(int yPos = y-yRange; yPos <= y+yRange; yPos++){
for(int zPos = z-zRange; zPos <= z+zRange; zPos++){