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

Method iodine

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

Source from the content-addressed store, hash-verified

440 static OreDictMaterial antimony () {return metalloid ( 510, "Antimony" , "Sb" , 51, 70, 903, 1860, 6.685 , SET_COPPER , 220, 220, 240, 255, UUM , PNICTOGEN , G_INGOT_MACHINE_ORES, SOFT ).aspects(TC.METALLUM, 2, TC.AQUA, 1 );}
441 static OreDictMaterial tellurium () {return metalloid ( 520, "Tellurium" , "Te" , 52, 75, 722, 1261, 6.232 , SET_SHINY , UUM , CHALCOGEN ).aspects(TC.METALLUM, 2, TC.ELECTRUM, 1 );}
442 static OreDictMaterial iodine () {return diatomic ( 530, "Iodine" , "I" , 53, 74, 386, 457, 4.93 , SET_DULL , 255, 240, 240, 255, UUM , HALOGEN , G_CRYSTAL_ORES ).aspects(TC.VITREUS, 2, TC.TEMPESTAS, 1 );}
443 static OreDictMaterial xenon () {return noblegas ( 540, "Xenon" , "Xe" , 54, 77, 161, 165, 0.005887 , SET_DULL , 0, 255, 255 , UUM , CONTAINERS_GAS ).aspects(TC.AER, 3 );}
444 static OreDictMaterial caesium () {return alkali ( 550, "Caesium" , "Cs" , 55, 77, 301, 944, 1.873 , SET_SHINY , 128, 98, 11 , UUM ).aspects_met_rad(3, 0 );}
445 static OreDictMaterial barium () {return alkaline ( 560, "Barium" , "Ba" , 56, 81, 1000, 2170, 3.594 , SET_METALLIC, 131, 130, 76 , UUM ).aspects(TC.VINCULUM, 3 );}

Callers 1

MTClass · 0.95

Calls 2

diatomicMethod · 0.95
aspectsMethod · 0.45

Tested by

no test coverage detected