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

Method technetium

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

Source from the content-addressed store, hash-verified

430 static OreDictMaterial niobium () {return refractmetal( 410, "Niobium" , "Nb" , 41, 53, 2750, 5017, 8.57 , SET_METALLIC, 190, 180, 200, 255, UUM , VANADIUM_GROUP , "Columbium" ).aspects(TC.METALLUM, 2, TC.IGNIS, 1 );}
431 static OreDictMaterial molybdenum () {return refractmetal( 420, "Molybdenum" , "Mo" , 42, 53, 2896, 4912, 10.22 , SET_COPPER , 180, 180, 220, 255, UUM , CHROMIUM_GROUP , MOLTEN ).aspects(TC.METALLUM, 2, TC.INSTRUMENTUM, 1 );}
432 static OreDictMaterial technetium () {return transmetal ( 430, "Technetium" , "Tc" , 43, 55, 2430, 4538, 11.5 , SET_RAD , 66, 66, 99, 255 , MANGANESE_GROUP , "Gregorium" ).aspects_met_rad(2, 1 );}
433 static OreDictMaterial ruthenium () {return platingroup ( 440, "Ruthenium" , "Ru" , 44, 57, 2607, 4423, 12.37 , SET_SHINY , 155, 155, 155 , UUM , IRON_GROUP ).aspects(TC.METALLUM, 3, TC.NEBRISUM, 1 );}
434 static OreDictMaterial rhodium () {return platingroup ( 450, "Rhodium" , "Rh" , 45, 58, 2237, 3968, 12.41 , SET_SHINY , 144, 144, 144 , UUM , COBALT_GROUP ).aspects(TC.METALLUM, 3, TC.NEBRISUM, 1 );}
435 static OreDictMaterial palladium () {return platingroup ( 460, "Palladium" , "Pd" , 46, 60, 1828, 3236, 12.02 , SET_SHINY , 128, 128, 128 , UUM , NICKEL_GROUP , G_INGOT_MACHINE_ORES ).aspects(TC.METALLUM, 3, TC.NEBRISUM, 1 );}

Callers 1

MTClass · 0.95

Calls 2

transmetalMethod · 0.95
aspects_met_radMethod · 0.80

Tested by

no test coverage detected