Skip to content

Commit

Permalink
Merge branch '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 b6ab563 + 584e8ed commit cce2eb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public void registerOre(
GT_Utility.copyAmount(1L, aStack),
GT_Utility.getIntegratedCircuit(10),
GT_OreDictUnificator.get(OrePrefixes.foil, aMaterial, 4L),
(int) Math.max(aMaterialMass, 2L),
(int) Math.max(aMaterialMass * 2L, 1L),
24);
}

Expand Down

0 comments on commit cce2eb8

Please sign in to comment.