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

View File

@ -295,7 +295,7 @@ public class Herbalism {
case COCOA:
if (configInstance.getCocoaDoubleDropsEnabled()) {
Misc.dropItems(location, is);
Misc.dropItem(location, is);
}
break;

View File

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