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

Method uranium

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

Source from the content-addressed store, hash-verified

480 static OreDictMaterial thorium () {return actinide ( 900, "Thorium" , "Th" , 90, 142, 2115, 5061, 11.72 , SET_RAD , 0, 30, 0 , "Thorium232" , "Th232").aspects_met_rad(2, 1 );}
481 static OreDictMaterial protactinium () {return actinide ( 910, "Protactinium" , "Pa" , 91, 138, 1841, 4300, 15.37 , SET_RAD ).aspects_met_rad(2, 1 );}
482 static OreDictMaterial uranium () {return actinide ( 920, "Uranium" , "U" , 92, 146, 1405, 4404, 18.95 , SET_RAD , 50, 240, 50 , MELTING, MOLTEN, "Uranium238", "Uran" , "U238" ).aspects_met_rad(2, 1 );}
483 static OreDictMaterial uranium235 () {return actinide ( 921, "Uranium-235" , "U-235" , 92, 143, 1405, 4404, 18.95 , SET_RAD , 70, 250, 70 , MELTING, MOLTEN, "UraniumEnriched" , "U235" ).aspects_met_rad(1, 2 );}
484 static OreDictMaterial uranium233 () {return actinide ( 922, "Uranium-233" , "U-233" , 92, 141, 1405, 4404, 18.95 , SET_RAD , 70, 250, 50 , "U233" ).aspects_met_rad(1, 3 );}
485 static OreDictMaterial neptunium () {return actinide ( 930, "Neptunium" , "Np" , 93, 144, 917, 4273, 20.45 , SET_RAD , 78, 90, 78 , "Neptunium237" , "Np237").aspects_met_rad(2, 1 );}

Callers 1

MTClass · 0.95

Calls 2

actinideMethod · 0.95
aspects_met_radMethod · 0.80

Tested by

no test coverage detected