I want it so that I put a Milk Bucket into a furnace, and out comes my modded item, Cheese. This works fine, it's just that the Bucket doesn't get returned when I do this. If anyone can fix this, please reply to this, thanks.
My code is below.
[embed=425,349]
GameRegistry.addSmelting(new ItemStack(Items.milk_bucket), new ItemStack(RandomItems.cheese_item), 0.5F);
[/embed]