Merge pull request #15 from iarspider/patch-1

Update AchievementHelper.java
This commit is contained in:
Adubbz 2013-07-17 02:48:14 -07:00
commit 5190243297

View file

@ -397,7 +397,7 @@ public class AchievementHelper
{
player.addStat(achShroom, 1);
}
if (item.itemID == Blocks.planks.get().blockID && item.getItemDamage() == 6)
if (item.itemID == Blocks.plants.get().blockID && item.getItemDamage() == 6)
{
player.addStat(achBarley, 1);
}
@ -946,4 +946,4 @@ public class AchievementHelper
LanguageRegistry.instance().addStringLocalization("achievement." + ach, "en_US", name);
LanguageRegistry.instance().addStringLocalization("achievement." + ach + ".desc", "en_US", desc);
}
}
}