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

Method uranium233

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

Source from the content-addressed store, hash-verified

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 );}
486 static OreDictMaterial plutonium () {return actinide ( 940, "Plutonium" , "Pu" , 94, 150, 912, 3501, 19.84 , SET_RAD , 240, 50, 50 , "Plutonium244" ).aspects_met_rad(2, 1 );}
487 static OreDictMaterial plutonium240 () {return actinide ( 942, "Plutonium-240" , "Pu-240", 94, 146, 912, 3501, 19.84 , SET_RAD , 235, 30, 30 , "Pu240").aspects_met_rad(1, 3 );}

Callers 1

MTClass · 0.95

Calls 2

actinideMethod · 0.95
aspects_met_radMethod · 0.80

Tested by

no test coverage detected