--- miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/PowerMiner.java 2011/04/25 07:54:28 1388 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/PowerMiner.java 2011/04/25 19:45:54 1389 @@ -51,11 +51,14 @@ case 2: case 3: return null; //instabreak already drops dirt + case 12: + return null; //instabreak drops sand case 13: - return null; //don't drop gravel - - case 16: //coal ore drops coal - return new ItemStack(263,1); + return null; //don't drop gravel + case 16: //coal ore drops coal + return new ItemStack(263,1); + case 17: + return null; //instabreak drops wood case 56: //diamond ore drops diamond return new ItemStack(264,1); case 73: