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});
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?
4 replies
Important Information
By using this site, you agree to our Terms of Use.