--- miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/SuperMiner.java 2011/10/01 15:21:07 1605 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/SuperMiner.java 2011/10/02 12:44:57 1606 @@ -82,7 +82,7 @@ Location l = location; for (int x=(radius*-1); x<=radius; x++) { - for (int y=0; y<=radius; y++) { + for (int y=0; y<=(radius*2); y++) { for (int z=(radius*-1); z<=radius; z++) { Block b = world.getBlockAt( l.getBlockX()+x, l.getBlockY()+y, l.getBlockZ()+z);