Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/foil-in-one-step' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Jan 6, 2023
2 parents 9d51c83 + b14b32b commit b6ab563
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ public void registerOre(
(int) Math.max(aMaterialMass * 9L, 1L),
96);
GT_Values.RA.addBenderRecipe(
GT_Utility.copyAmount(1L, aStack), GT_Utility.getIntegratedCircuit(10),
GT_Utility.copyAmount(1L, aStack),
GT_Utility.getIntegratedCircuit(10),
GT_OreDictUnificator.get(OrePrefixes.foil, aMaterial, 4L),
(int) Math.max(aMaterialMass, 2L),
24);
Expand Down

0 comments on commit b6ab563

Please sign in to comment.