/** Red Alloy Ingot **/
GameRegistry.addSmelting(REDIRONCOMPOUND().makeStack(), REDINGOT().makeStack(), 0);
/** Illumar **/
Iterator it = ILLUMARS().iterator();
for (int i = 0; i < ILLUMARS().size(); i++) {
PartVal p = (PartVal)it.next();
GameRegistry.addRecipe(new ShapelessOreRecipe(p.makeStack(),
new ItemStack(Items.glowstone_dust),
new ItemStack(Items.glowstone_dust),
Colors.get(i).getOreDict(),
Colors.get(i).getOreDict()