Jump to content

Franckyi

Members
  • Posts

    130
  • Joined

  • Last visited

Everything posted by Franckyi

  1. It was a pasting error I edited the post. So it's still not working
  2. Hey ! I'm changing some vanilla recipes in my mod. I want that all tree Log blocks gives me 3 planks instead of 4, but it doesn't work. GameRegistry.addRecipe(new ItemStack(Blocks.planks, 3), "A", 'A', Blocks.log); But it works for 3 sticks instead of 4 : GameRegistry.addRecipe(new ItemStack(Items.stick, 3), "A", "A", 'A', Blocks.planks); Can someone help me?
×
×
  • Create New...

Important Information

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