Jump to content

ohSkittle

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by ohSkittle

  1. It works, Thank you!
  2. 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
  3. 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?
  4. 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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.