--- miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/PowerMiner.java 2011/05/23 16:02:15 1477 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/PowerMiner.java 2011/05/29 07:44:07 1489 @@ -89,6 +89,8 @@ return new ItemStack(331,4); //redstone ore (both glowing and non-glowing) drops 4 redstone case 82: return null; //instabreak drops clay from clayblock + case 88: + return null; //instabreak drops soul sand default: return new ItemStack(b.getTypeId(), 1,(short)0, b.getData()); }