Skip to content

Commit

Permalink
Change thorium comb to have mv processing (GTNewHorizons#3456)
Browse files Browse the repository at this point in the history
  • Loading branch information
StaffiX authored Nov 7, 2024
1 parent 9cdd566 commit d5abbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gregtech/common/items/ItemComb.java
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ public void initCombsRecipes() {
addProcessGT(CombType.PLUTONIUM, new Materials[] { Materials.Plutonium }, Voltage.EV);
addProcessGT(CombType.NAQUADAH, new Materials[] { Materials.Naquadah }, Voltage.IV);
addProcessGT(CombType.NAQUADRIA, new Materials[] { Materials.Naquadria }, Voltage.LuV);
addProcessGT(CombType.THORIUM, new Materials[] { Materials.Thorium }, Voltage.EV);
addProcessGT(CombType.THORIUM, new Materials[] { Materials.Thorium }, Voltage.MV);
addProcessGT(CombType.LUTETIUM, new Materials[] { Materials.Lutetium }, Voltage.IV);
addProcessGT(CombType.AMERICIUM, new Materials[] { Materials.Americium }, Voltage.LuV);
addProcessGT(CombType.NEUTRONIUM, new Materials[] { Materials.Neutronium }, Voltage.UHV);
Expand Down

0 comments on commit d5abbd9

Please sign in to comment.