More Blast Mining bugfixes

This commit is contained in:
nossr50
2020-05-05 20:28:37 -07:00
parent ede5b3fd31
commit dce9a3b58d
4 changed files with 4 additions and 144 deletions

View File

@ -201,7 +201,7 @@ public class MiningManager extends SkillManager {
if (!mcMMO.getPlaceStore().isTrue(blockState)) {
for (int i = 1; i < dropMultiplier; i++) {
// Bukkit.broadcastMessage("Bonus Drop on Ore: "+blockState.getType().toString());
Mining.handleSilkTouchDrops(blockState); // Bonus drops - should drop the block & not the items
Misc.dropItem(Misc.getBlockCenter(blockState), new ItemStack(blockState.getType())); // Initial block that would have been dropped
}
}
}