2.1.29 - Double Drop Fix

This commit is contained in:
nossr50
2019-03-29 11:27:49 -07:00
parent 39b22d0ee8
commit 74908cdcf5
8 changed files with 27 additions and 20 deletions

View File

@@ -91,7 +91,7 @@ public class MiningManager extends SkillManager {
//TODO: Make this readable
if (RandomChanceUtil.checkRandomChanceExecutionSuccess(getPlayer(), SubSkillType.MINING_DOUBLE_DROPS, true)) {
BlockUtils.markBlocksForBonusDrops(blockState, mcMMOPlayer.getAbilityMode(skill.getAbility()));
BlockUtils.spawnBonusDrops(blockState, mcMMOPlayer.getAbilityMode(skill.getAbility()));
}
}