Jump to content

Khaag

Members
  • Posts

    1
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I'm from Russia

Khaag's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I wrote small addon for TFC to fix crafting problem with mcpc. Here is recipes i added ItemStack leather = new ItemStack(TFCItems.TerraLeather,1); GameRegistry.addRecipe(new ItemStack(Item.helmetLeather), "x ", " ", " ", 'x', leather); GameRegistry.addRecipe(new ItemStack(Item.plateLeather), " x", " ", " ", 'x', leather); GameRegistry.addRecipe(new ItemStack(Item.legsLeather), " ", " ", "x ", 'x', leather); GameRegistry.addRecipe(new ItemStack(Item.bootsLeather), " ", " ", " x", 'x', leather); Then i tried those in game I was able to craft only two of them - helmet and leggings. But if i put leather in upper or lower right corner - i still get helmet and leggings. How to fix that?
×
×
  • Create New...

Important Information

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