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

Method arsenic

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

Source from the content-addressed store, hash-verified

420 static OreDictMaterial gallium () {return posttrans ( 310, "Gallium" , "Ga" , 31, 39, 302, 2477, 5.907 , SET_COPPER , 220, 220, 255 , UUM , ICOSAGEN , BRITTLE ).aspects(TC.METALLUM, 2, TC.ELECTRUM, 1 );}
421 static OreDictMaterial germanium () {return metalloid ( 320, "Germanium" , "Ge" , 32, 40, 1211, 3106, 5.323 , SET_COPPER , 212, 212, 212, 255, UUM , CRYSTALLOGEN , G_INGOT_MACHINE_ORES, FURNACE, EXTRUDER_SIMPLE, MORTAR, "Osmium" ).aspects(TC.METALLUM, 2, TC.ELECTRUM, 1 );}
422 static OreDictMaterial arsenic () {return metalloid ( 330, "Arsenic" , "As" , 33, 42, 887, 1090, 5.776 , SET_SHINY , 103, 103, 86, 255, UUM , PNICTOGEN ).aspects(TC.METALLUM, 1, TC.VENEMUM, 2 );}
423 static OreDictMaterial selenium () {return polyatomic ( 340, "Selenium" , "Se" , 34, 45, 453, 958, 4.809 , SET_DULL , 111, 20, 20, 255, UUM , CHALCOGEN , G_CRYSTAL_ORES , BRITTLE ).aspects(TC.VITREUS, 1, TC.SPIRITUS, 2 );}
424 static OreDictMaterial bromine () {return diatomic ( 350, "Bromine" , "Br" , 35, 45, 265, 332, 3.122 , SET_FLUID , 80, 10, 10, 255, UUM , HALOGEN , CONTAINERS_FLUID , LIQUID, MELTING ).aspects(TC.METALLUM, 1, TC.AQUA, 1, TC.TEMPESTAS, 1 );}
425 static OreDictMaterial krypton () {return noblegas ( 360, "Krypton" , "Kr" , 36, 48, 115, 119, 0.003733 , SET_DIAMOND , 128, 255, 128 , 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