mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 02:04:44 +02:00
Triple Drop fix
This commit is contained in:
@ -112,6 +112,8 @@ public class mcBlockListener implements Listener {
|
||||
|
||||
//Wheat && Triple drops
|
||||
if (PP.getGreenTerraMode() && Herbalism.canBeGreenTerra(block)) {
|
||||
//Called twice for triple drop functionality
|
||||
Herbalism.herbalismProcCheck(block, player, event, plugin);
|
||||
Herbalism.herbalismProcCheck(block, player, event, plugin);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user