Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
plutonium fix (#342)
Browse files Browse the repository at this point in the history
Former-commit-id: 208b3ecf7f4488b7f60aab4eac18dad7a777c4af
  • Loading branch information
chochem authored Jul 22, 2023
1 parent bb35403 commit e2bc48d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ public class BW_GT_MaterialReference {
public static Werkstoff Palladium = new Werkstoff(Materials.Palladium, ADD_CASINGS_ONLY, ELEMENT, 31_766 + 52);
public static Werkstoff Phosphorus = new Werkstoff(Materials.Phosphorus, ADD_CASINGS_ONLY, ELEMENT, 31_766 + 21);
public static Werkstoff Platinum = new Werkstoff(Materials.Platinum, ADD_CASINGS_ONLY, ELEMENT, 31_766 + 85);
public static Werkstoff Plutonium = new Werkstoff(Materials.Plutonium, ADD_CASINGS_ONLY, ELEMENT, 31_766 + 100);
public static Werkstoff Plutonium241 = new Werkstoff(
Materials.Plutonium241,
ADD_CASINGS_ONLY,
Expand Down

0 comments on commit e2bc48d

Please sign in to comment.