mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Triple Drop fix
This commit is contained in:
parent
74b7aa5340
commit
9dfcbf1797
@ -13,6 +13,7 @@ Version 2.0.00-dev
|
|||||||
+ Added offline user functionality to mmoedit
|
+ Added offline user functionality to mmoedit
|
||||||
+ Added bookshelves to list of blocks that don't trigger abilities.
|
+ Added bookshelves to list of blocks that don't trigger abilities.
|
||||||
+ Added 'mcmmo.skills.repair.arcanebypass' permission node to bypass Arcane Repair and keep your enchantments
|
+ Added 'mcmmo.skills.repair.arcanebypass' permission node to bypass Arcane Repair and keep your enchantments
|
||||||
|
= Fixed Green Terra not awarding Triple Drops
|
||||||
= Fixed ClassCastException from Taming preventDamage checks
|
= Fixed ClassCastException from Taming preventDamage checks
|
||||||
= Fixed issue with Blast Mining not seeing TNT for detonation due to snow
|
= Fixed issue with Blast Mining not seeing TNT for detonation due to snow
|
||||||
= Fixed issue with block interaction returning NPEs
|
= Fixed issue with block interaction returning NPEs
|
||||||
|
@ -112,6 +112,8 @@ public class mcBlockListener implements Listener {
|
|||||||
|
|
||||||
//Wheat && Triple drops
|
//Wheat && Triple drops
|
||||||
if (PP.getGreenTerraMode() && Herbalism.canBeGreenTerra(block)) {
|
if (PP.getGreenTerraMode() && Herbalism.canBeGreenTerra(block)) {
|
||||||
|
//Called twice for triple drop functionality
|
||||||
|
Herbalism.herbalismProcCheck(block, player, event, plugin);
|
||||||
Herbalism.herbalismProcCheck(block, player, event, plugin);
|
Herbalism.herbalismProcCheck(block, player, event, plugin);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user