Finished adding skill checks for Emerald Ore and Cocoa.

This commit is contained in:
Glitchfinder
2012-10-17 13:41:19 -07:00
parent 4570ffb8f5
commit 70a16fe344
2 changed files with 6 additions and 1 deletions

View File

@ -193,7 +193,7 @@ public class Herbalism {
break;
case COCOA:
if (data == (byte) 0x2) {
if ((((byte) data) & 0x8) == 0x8) {
mat = Material.COCOA;
xp = Config.getInstance().getHerbalismXPCocoa();
}