We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f6e52 commit 0283fb6Copy full SHA for 0283fb6
src/main/java/gregtech/api/unification/Elements.java
@@ -125,7 +125,7 @@ private Elements() {}
125
public static final Element U238 = add(92, 146, 1.4090285e+17, null, "Uranium-238", "U-238", true);
126
public static final Element U235 = add(92, 143, 2.2195037e+16, null, "Uranium-235", "U-235", true);
127
public static final Element Np = add(93, 144, "Neptunium", "Np");
128
- public static final Element Pu = add(94, 152, 760332960000.0, null, "Plutonium", "Pu", false);
+ public static final Element Pu = add(94, 150, 2522880000000000L, null, "Plutonium", "Pu", false);
129
public static final Element Pu239 = add(94, 145, 760332960000.0, null, "Plutonium-239", "Pu-239", true);
130
public static final Element Pu241 = add(94, 147, 450649440.0, null, "Plutonium-241", "Pu-241", true);
131
public static final Element Am = add(95, 150, "Americium", "Am");
0 commit comments