Not a bug that I am experiencing, but I have been reading through the code trying to learn how this mod works, and I noticed that in the getSmeltingRecipe method of DenseOre class, the smelt field is being returned if initSmelt is true, however, it looks like the smelt field is never initialized. When you run through the first pass through getSmeltingRecipe, initSmelt is set to true, and there is an ItemStack generated and returned, but smelt is never set.
I'm sure this isn't what was intended, but not sure if it will ever cause a bug (will getSmeltingRecipe ever be called more than once?)
Not a bug that I am experiencing, but I have been reading through the code trying to learn how this mod works, and I noticed that in the getSmeltingRecipe method of DenseOre class, the smelt field is being returned if initSmelt is true, however, it looks like the smelt field is never initialized. When you run through the first pass through getSmeltingRecipe, initSmelt is set to true, and there is an ItemStack generated and returned, but smelt is never set.
I'm sure this isn't what was intended, but not sure if it will ever cause a bug (will getSmeltingRecipe ever be called more than once?)