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

Method beryllium

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

Source from the content-addressed store, hash-verified

385 static OreDictMaterial lithium () {return alkali ( 30, "Lithium" , "Li" , 3, 4, 453, 1560, 0.534 , SET_ROUGH , 225, 220, 255 , UUM, FUSION , TICKS_PER_SMELT*10, WASHING_MERCURY ).aspects(TC.VITREUS, 1, TC.POTENTIA, 2 );}
386 static OreDictMaterial lithium6 () {return alkali ( 31, "Lithium-6" , "Li-6" , 3, 3, 453, 1560, 0.534 , SET_RAD , 230, 225, 255 , FUSION , TICKS_PER_SMELT*10, WASHING_MERCURY ).aspects(TC.VITREUS, 1, TC.POTENTIA, 1, TC.RADIO, 1 );}
387 static OreDictMaterial beryllium () {return alkaline ( 40, "Beryllium" , "Be" , 4, 5, 1560, 2742, 1.85 , SET_METALLIC, 100, 180, 100 , UUM, FUSION , G_INGOT_ORES , MORTAR ).aspects(TC.METALLUM, 2, TC.LUCRUM, 1 );}
388 static OreDictMaterial beryllium7 () {return alkaline ( 41, "Beryllium-7" , "Be-7" , 4, 3, 1560, 2742, 1.85 , SET_RAD , 110, 190, 110 , FUSION , G_INGOT_ORES ).aspects(TC.METALLUM, 2, TC.LUCRUM, 1, TC.RADIO, 1 );}
389 static OreDictMaterial beryllium8 () {return alkaline ( 42, "Beryllium-8" , "Be-8" , 4, 4, 1560, 2742, 1.85 , SET_RAD , 110, 200, 110 , FUSION , G_INGOT_ORES ).aspects(TC.METALLUM, 2, TC.LUCRUM, 1, TC.RADIO, 1 );}
390 static OreDictMaterial boron () {return metalloid ( 50, "Boron" , "B" , 5, 5, 2349, 4200, 2.34 , SET_DULL , 250, 250, 250, 255, UUM, FUSION, ICOSAGEN , G_INGOT_ORES ).aspects(TC.METALLUM, 1, TC.VITREUS, 1, TC.ELECTRUM, 1 );}

Callers 1

MTClass · 0.95

Calls 2

alkalineMethod · 0.95
aspectsMethod · 0.45

Tested by

no test coverage detected