mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Fixing some mistakes.
This commit is contained in:
parent
9ad7840236
commit
01e69cdf5e
@ -295,7 +295,7 @@ public class Herbalism {
|
||||
|
||||
case COCOA:
|
||||
if (configInstance.getCocoaDoubleDropsEnabled()) {
|
||||
Misc.dropItems(location, is);
|
||||
Misc.dropItem(location, is);
|
||||
}
|
||||
break;
|
||||
|
||||
|
@ -384,7 +384,7 @@ public class Mining {
|
||||
case GOLD_ORE:
|
||||
case LAPIS_ORE:
|
||||
case REDSTONE_ORE:
|
||||
case EMERALD_ORE;
|
||||
case EMERALD_ORE:
|
||||
if (tier < 3) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user