fr0st Posted March 15, 2014 Share Posted March 15, 2014 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. Quote I try my best, so apologies if I said something obviously stupid! Link to comment Share on other sites More sharing options...
Recommended Posts
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.