private static readonly CraftResourceInfo[] m_MetalInfo = new CraftResourceInfo[]
{
//daat99 OWLTR start - custom ores
new CraftResourceInfo( 0x000, 1053109, "Iron", CraftAttributeInfo.Blank, CraftResource.Iron, typeof( IronIngot ), typeof( IronOre ), typeof( Granite ) ),
new CraftResourceInfo( 0x973, 1053108, "Dull Copper", CraftAttributeInfo.DullCopper, CraftResource.DullCopper, typeof( DullCopperIngot ), typeof( DullCopperOre ), typeof( DullCopperGranite ) ),
new CraftResourceInfo( 0x966, 1053107, "Shadow Iron", CraftAttributeInfo.ShadowIron, CraftResource.ShadowIron, typeof( ShadowIronIngot ), typeof( ShadowIronOre ), typeof( ShadowIronGranite ) ),
new CraftResourceInfo( 0x96D, 1053106, "Copper", CraftAttributeInfo.Copper, CraftResource.Copper, typeof( CopperIngot ), typeof( CopperOre ), typeof( CopperGranite ) ),
new CraftResourceInfo( 0x972, 1053105, "Bronze", CraftAttributeInfo.Bronze, CraftResource.Bronze, typeof( BronzeIngot ), typeof( BronzeOre ), typeof( BronzeGranite ) ),
new CraftResourceInfo( 0x8A5, 1053104, "Gold", CraftAttributeInfo.Golden, CraftResource.Gold, typeof( GoldIngot ), typeof( GoldOre ), typeof( GoldGranite ) ),
new CraftResourceInfo( 0x979, 1053103, "Agapite", CraftAttributeInfo.Agapite, CraftResource.Agapite, typeof( AgapiteIngot ), typeof( AgapiteOre ), typeof( AgapiteGranite ) ),
new CraftResourceInfo( 0x89F, 1053102, "Verite", CraftAttributeInfo.Verite, CraftResource.Verite, typeof( VeriteIngot ), typeof( VeriteOre ), typeof( VeriteGranite ) ),
new CraftResourceInfo( 0x8AB, 1053101, "Valorite", CraftAttributeInfo.Valorite, CraftResource.Valorite, typeof( ValoriteIngot ), typeof( ValoriteOre ), typeof( ValoriteGranite ) ),
new CraftResourceInfo( 1161, 0, "Blaze", CraftAttributeInfo.Blaze, CraftResource.Blaze, typeof( BlazeIngot ), typeof( BlazeOre ), typeof( BlazeGranite ) ),
new CraftResourceInfo( 1152, 0, "Ice", CraftAttributeInfo.Ice, CraftResource.Ice, typeof( IceIngot ), typeof( IceOre ), typeof( IceGranite ) ),
new CraftResourceInfo( 1272, 0, "Toxic", CraftAttributeInfo.Toxic, CraftResource.Toxic, typeof( ToxicIngot ), typeof( ToxicOre ), typeof( ToxicGranite ) ),
new CraftResourceInfo( 1278, 0, "Electrum", CraftAttributeInfo.Electrum, CraftResource.Electrum, typeof( ElectrumIngot ), typeof( ElectrumOre ), typeof( ElectrumGranite ) ),
new CraftResourceInfo( 1153, 0, "Platinum", CraftAttributeInfo.Platinum, CraftResource.Platinum, typeof( PlatinumIngot ), typeof( PlatinumOre ), typeof( PlatinumGranite ) ),
//daat99 OWLTR end - custom ores
};