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
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?
Hi, I am making a variety of different tools, and with the
.addToolMaterial(String name, int harvestLevel, int maxUses, float efficiency, float damage, int enchantability)
I was a bit unsure about the damage float, is the damage for a sword, pickaxe, axe? I don't know what tool it is for.
Thanks