Skip to content

Commit 0283fb6

Browse files
committed
Update Elements.java
1 parent 68f6e52 commit 0283fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gregtech/api/unification/Elements.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ private Elements() {}
125125
public static final Element U238 = add(92, 146, 1.4090285e+17, null, "Uranium-238", "U-238", true);
126126
public static final Element U235 = add(92, 143, 2.2195037e+16, null, "Uranium-235", "U-235", true);
127127
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);
128+
public static final Element Pu = add(94, 150, 2522880000000000L, null, "Plutonium", "Pu", false);
129129
public static final Element Pu239 = add(94, 145, 760332960000.0, null, "Plutonium-239", "Pu-239", true);
130130
public static final Element Pu241 = add(94, 147, 450649440.0, null, "Plutonium-241", "Pu-241", true);
131131
public static final Element Am = add(95, 150, "Americium", "Am");

0 commit comments

Comments
 (0)