()
| 379 | |
| 380 | static OreDictMaterial hydrogen () {return diatomicgas ( 10, "Hydrogen" , "H" , 1, 0, 14, 20, 0.00008988, SET_DULL , 0, 0, 255, 15, UUM , CONTAINERS_GAS ).aspects(TC.AQUA, 1 );} |
| 381 | static OreDictMaterial deuterium () {return diatomicgas ( 11, "Deuterium" , "D" , 1, 1, 14, 20, 0.00008988, SET_RAD , 255, 255, 0, 15, FUSION , CONTAINERS_GAS ).aspects(TC.AQUA, 2 );} |
| 382 | static OreDictMaterial tritium () {return diatomicgas ( 12, "Tritium" , "T" , 1, 2, 14, 20, 0.00008988, SET_RAD , 255, 0, 0, 15, FUSION , CONTAINERS_GAS ).aspects(TC.AQUA, 3 );} |
| 383 | static OreDictMaterial helium () {return noblegas ( 20, "Helium" , "He" , 2, 2, 1, 4, 0.0001785 , SET_SHINY , 255, 255, 120 , UUM, FUSION , CONTAINERS_GAS ).aspects(TC.AER, 2 );} |
| 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 );} |
no test coverage detected