BonusDrops (Double/Triple) are now managed by BonusDropManager

This commit is contained in:
nossr50
2019-04-02 18:59:48 -07:00
parent ac67e006d8
commit 5c6f0e8cbf
4 changed files with 90 additions and 20 deletions

View File

@ -181,7 +181,7 @@ public class HerbalismManager extends SkillManager {
*/
public boolean checkDoubleDrop(BlockState blockState)
{
return BlockUtils.checkDoubleDrops(getPlayer(), blockState, skill, SubSkillType.HERBALISM_DOUBLE_DROPS);
return BlockUtils.checkDoubleDrops(getPlayer(), blockState, SubSkillType.HERBALISM_DOUBLE_DROPS);
}
/**