Jump to content

Labs_

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Labs_

  1. Item.clay worked. Just like that, Item.clay. I figured it was something stupily simple because no one else seemed to have the problem. I guess I must have had some typos or something when I tried Item.clay, probably because I used Item.clay like an idiot. Thanks for the help.
  2. Just to clarify, is that for clay balls? I did try it and Block.clay does not work. I never posted before but its forge965 for Minecraft 1.6.4. Not sure if that makes a difference or not. I realize there is a BlockClay class, do I need to use that at all?
  3. Hey all, So I have been working on some modding and I keep running into an error. Basically, I have a shaped crafting recipe that uses Stone, Clay, and a Water bucket. However, I cannot add the clay to the recipe without it crashing. This is what I have been trying: addRecipe(new ItemStack(pasteCement, 1) new Object[]{"XYZ", "AZZ", 'X', Block.stone, 'Y', Material.clay, 'A', Item.bucketWater}); Causes a null pointer exception on that line. No idea what's wrong or - apparently - how to use clay in a recipe. Any thoughts?
×
×
  • Create New...

Important Information

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