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

Method lithium6

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

Source from the content-addressed store, hash-verified

384 static OreDictMaterial helium3 () {return noblegas ( 21, "Helium-3" , "He-3" , 2, 1, 1, 4, 0.0001785 , SET_RAD , 255, 255, 140 , FUSION , CONTAINERS_GAS ).aspects(TC.AER, 3 );}
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 );}

Callers 1

MTClass · 0.95

Calls 2

alkaliMethod · 0.95
aspectsMethod · 0.45

Tested by

no test coverage detected