mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
That's not the right function...
This commit is contained in:
parent
2373ca82ba
commit
26c2134484
@ -365,7 +365,7 @@ public class PlayerListener implements Listener {
|
||||
|
||||
/* SHROOM THUMB CHECK */
|
||||
else if (BlockChecks.canMakeShroomy(blockState)) {
|
||||
if (Herbalism.processGreenThumbBlocks(blockState, player) && SkillTools.blockBreakSimulate(block, player, false)) {
|
||||
if (Herbalism.processShroomThumb(blockState, player) && SkillTools.blockBreakSimulate(block, player, false)) {
|
||||
blockState.update(true);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user