Posted March 15, 201411 yr EDIT: Oh boy, I am stupid. Solved it like this @Override public void onSmelting(EntityPlayer player, ItemStack item) { if(player == null) return; if(item.itemID == Item.coal.itemID && item.getItemDamage() == 1) completeAchievement(player, "fuelLack"); } Dammit, I need to sleep more. Deleted everything, too ashamed to show ya guys. I try my best, so apologies if I said something obviously stupid!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.