MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / chromium

Method chromium

src/main/java/gregapi/data/MT.java:412–412  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

410 static OreDictMaterial titanium () {return refractmetal( 220, "Titanium" , "Ti" , 22, 26, 1941, 3560, 4.54 , SET_METALLIC, 220, 160, 240, 255, UUM, FUSION, TITANIUM_GROUP , G_INGOT_MACHINE_ORES, RAILS, MOLTEN, NEVER_FURNACE, "Titan" ).aspects(TC.METALLUM, 2, TC.TUTAMEN, 1 );}
411 static OreDictMaterial vanadium () {return refractmetal( 230, "Vanadium" , "V" , 23, 28, 2183, 3680, 6.11 , SET_METALLIC, 50, 50, 50, 255, UUM, FUSION, VANADIUM_GROUP , MOLTEN ).aspects(TC.METALLUM, 2, TC.ELECTRUM, 1 );}
412 static OreDictMaterial chromium () {return refractmetal( 240, "Chromium" , "Cr" , 24, 28, 2180, 2944, 7.15 , SET_SHINY , 255, 230, 230, 255, UUM, FUSION, CHROMIUM_GROUP , G_INGOT_MACHINE_ORES, MOLTEN, "Chrome" ).aspects(TC.METALLUM, 2, TC.MACHINA, 1 );}
413 static OreDictMaterial manganese () {return transmetal ( 250, "Manganese" , "Mn" , 25, 30, 1519, 2334, 7.44 , SET_DULL , 250, 250, 250, 255, UUM, FUSION, MANGANESE_GROUP , MAGNETIC_PASSIVE, MOLTEN ).aspects_met_rad(3, 0 );}
414 static OreDictMaterial iron () {return transmetal ( 260, "Iron" , "Fe" , 26, 30, 1811, 3134, 7.874 , SET_METALLIC, 200, 200, 200, 255, UUM, FUSION, IRON_GROUP , G_INGOT_MACHINE_ORES, MOLTEN, RAILS, MORTAR, MAGNETIC_PASSIVE, NEVER_FURNACE ).aspects_met_rad(3, 0 );}
415 static OreDictMaterial cobalt () {return transmetal ( 270, "Cobalt" , "Co" , 27, 32, 1768, 3200, 8.86 , SET_METALLIC, 80, 80, 250, 255, UUM , COBALT_GROUP , WASHING_PERSULFATE, MORTAR, MAGNETIC_PASSIVE, MOLTEN ).aspects(TC.METALLUM, 2, TC.INSTRUMENTUM, 1 );}

Callers 1

MTClass · 0.95

Calls 2

refractmetalMethod · 0.95
aspectsMethod · 0.45

Tested by

no test coverage detected