Jump to content

EverlastingEgo

Members
  • Posts

    2
  • Joined

  • Last visited

EverlastingEgo's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. i try to do the crafting recipe and it dosen't work in game. GameRegistry.addRecipe(new ItemStack(ModItems.blackCrystal, 4), new Object[]{" D ", "DTD", " D ", 'T', new ItemStack(Items.dye, 1, 0), 'D',ModItems.rangeriumCrystal}); GameRegistry.addRecipe(new ItemStack(ModItems.blackBase), new Object[]{"IRI","WYW","YBY", 'I',ModItems.reinforcedironIngot, 'R', new ItemStack(Items.dye, 1, 0), 'W', ModItems.wires, 'Y', ModItems.rangeriumCrystal, 'B',ModItems.base});
  2. I have use a dye in one of my recipes using "new ItemStack(Items.dye, 1,1)and it work but when i use that same thing again it dosen't seem to work.Any ideas?
×
×
  • Create New...

Important Information

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