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