Posted February 5, 20169 yr Hello, I have a problem. Well, I am making on a Mod that adds some new Ores and Ingots, but I have a problem with the SmeltingRecipes. First of all the Ores. I registered the ores in the preInit Part and the recipes in the init part but I can't put the ores in the furnace. Block: Block leavyumOre = new OreLeaviyum(Material.rock); GameRegistry.registerBlock(leavyumOre, "leavyumOre"); Recipe: GameRegistry.addSmelting(leavyumOre, new ItemStack(leavyumIngot), 10.0F);
February 6, 20169 yr I removed the post, was just trying to help out, my apologies. I still haven't published a mod because I can never get that in-dev version just right to warrant a public release. And yes, after two years of mod development I am still learning to speak Java. Follow me on GitHub: https://github.com/yooksi Contact me on Twitter: https://twitter.com/yooksi Read my Minecraft blog: https://yooksidoesminecraft.blogspot.de/
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.