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

Commit

Permalink
Merge remote-tracking branch 'origin/master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Nov 15, 2022
2 parents 67dcd7b + d1a9e8a commit bd4282b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ public static void RecipeLoad() {
// Ga(OH)3 + 3Na = Ga + 3NaOH
GT_Values.RA.addChemicalRecipe(
galliumHydroxide.get(OrePrefixes.dust, 7),
GT_OreDictUnificator.get(OrePrefixes.dust, Materials.Sodium, 2),
GT_OreDictUnificator.get(OrePrefixes.dust, Materials.Sodium, 3),
null,
null,
GT_OreDictUnificator.get(OrePrefixes.dust, Materials.Gallium, 1),
Expand Down

0 comments on commit bd4282b

Please sign in to comment.