@Override protected void onCrafting(ItemStack stack) { stack.onCrafting(this.player.getEntityWorld(), this.player, this.amountCrafted); if (this.player.getEntityWorld().isRemote == false) { int i = this.amountCrafted; float f = FurnaceRecipes.instance().getSmeltingExperience(stack); if (f...