--- miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/PowerMiner.java 2011/05/30 20:25:59 1490 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/PowerMiner.java 2011/05/31 15:06:50 1491 @@ -75,6 +75,8 @@ case 27: case 28: return null; //instabreak drops powered and detector rails + case 50: + return null; //instabreak drops torches case 54: return null; //instabreak drops chests case 56: //diamond ore drops diamond @@ -82,6 +84,7 @@ case 58: return null; //instabreak drops craft tables case 64: //instabreak drops wooden doors + case 65: //instabreak drops ladders case 66: return null; //instabreak drops rails case 71: //instabreak drops iron doors @@ -89,10 +92,16 @@ case 73: case 74: return new ItemStack(331,4); //redstone ore (both glowing and non-glowing) drops 4 redstone + case 75: + case 76: + return null; //instabreak drops redstone torches (both on and off) case 82: return null; //instabreak drops clay from clayblock case 88: return null; //instabreak drops soul sand + case 93: //instabreak drops repeater both on and off + case 94: + return null; default: return new ItemStack(b.getTypeId(), 1,(short)0, b.getData()); }