Skip to content

Commit

Permalink
add one step foil bending recipe with control circuit 10 (#1636)
Browse files Browse the repository at this point in the history
* add one step foil bending recipe with control circuit 10

* spotlessApply (#1637)

Co-authored-by: Martin Robertz <dream-master@gmx.net>
Co-authored-by: GitHub GTNH Actions <>

* fix

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Dream-Master and github-actions[bot] committed Jan 6, 2023
1 parent c61a6c5 commit b988452
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ public void registerOre(
GT_OreDictUnificator.get(OrePrefixes.plateDense, aMaterial, 1L),
(int) Math.max(aMaterialMass * 9L, 1L),
96);
GT_Values.RA.addBenderRecipe(
GT_Utility.copyAmount(1L, aStack),
GT_Utility.getIntegratedCircuit(10),
GT_OreDictUnificator.get(OrePrefixes.foil, aMaterial, 4L),
(int) Math.max(aMaterialMass * 2L, 1L),
24);
}

break;
Expand Down

0 comments on commit b988452

Please sign in to comment.