Skip to content

Commit

Permalink
spotlessApply (#1637)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Co-authored-by: GitHub GTNH Actions <>
  • Loading branch information
github-actions[bot] and Dream-Master authored Jan 6, 2023
1 parent 60b8702 commit b14b32b
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 b14b32b

Please sign in to comment.