Posted June 8, 201411 yr I'm going to make reinforced glass but the recipe is wrong but I don't know where I mistake. maybe in the name of "glass"? GameRegistry.addRecipe(new ItemStack(BoronGlass, 7), new Object[] {"XXX","SXS","XXX",'X', Block.blockRegistry.getObject("glass"), 'S', Item.itemRegistry.getObject("BoronIngot")});
June 8, 201411 yr Author I fixed it in GameRegistry.addRecipe(new ItemStack(BoronGlass, 7), new Object[] {"XXX","SXS","XXX",'X', Block.blockRegistry.getObject("glass"), 'S', BoronIngot}); and now it works, thanks anyways
June 9, 201411 yr I fixed it in GameRegistry.addRecipe(new ItemStack(BoronGlass, 7), new Object[] {"XXX","SXS","XXX",'X', Block.blockRegistry.getObject("glass"), 'S', BoronIngot}); and now it works, thanks anyways No need to use the registry. Use Items and Blocks class for vanilla stuff and you should have your own static fields containing your own Items / Blocks. Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
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.