Posted June 3, 201411 yr Hi, I want to make a recipe which used lapis lazuli, but there isn't an Items.lapis I know the ID of lapis is 351:4 but in the .getItemById I cant use the :4 data. Help?
June 3, 201411 yr Author Sorry, i'm quite new to java, could you give me an example? So far I have GameRegistry.addRecipe(new ItemStack(LapisPlate, 1), new Object [] {"SLS", "LSL", "SLS", 'S', Blocks.stone, 'L', }); It's after the 'L' that I want to define which item it is. Thanks
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.