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

Method antimony

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

Source from the content-addressed store, hash-verified

438 static OreDictMaterial indium () {return posttrans ( 490, "Indium" , "In" , 49, 65, 429, 2345, 7.31 , SET_SHINY , 64, 0, 128 , UUM , ICOSAGEN ).aspects_met_rad(3, 0 );}
439 static OreDictMaterial tin () {return posttrans ( 500, "Tin" , "Sn" , 50, 68, 505, 2875, 7.287 , SET_COPPER , 220, 220, 220 , UUM , CRYSTALLOGEN , G_INGOT_MACHINE_ORES, SOFT, SOLDERING_MATERIAL, MOLTEN ).aspects(TC.METALLUM, 2, TC.VITREUS, 1 );}
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 );}

Callers 1

MTClass · 0.95

Calls 2

metalloidMethod · 0.95
aspectsMethod · 0.45

Tested by

no test coverage detected