1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-07-06 23:54:43 +02:00

Fixing some mistakes.

This commit is contained in:
nossr50
2012-09-07 14:49:00 -07:00
parent 9ad7840236
commit 01e69cdf5e
2 changed files with 2 additions and 2 deletions
src/main/java/com/gmail/nossr50/skills/gathering

@ -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;
}