Skip to content

Commit

Permalink
Merge branch 'master' into add-flat-dual-Interface-assembler
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss authored Jan 7, 2025
2 parents 900cb18 + 43828a8 commit 4c00e51
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public void run() {
if (Forestry.isModLoaded()) {
GTValues.RA.stdBuilder()
.itemInputs(
GTUtility.getIntegratedCircuit(12),
GTUtility.getIntegratedCircuit(2),
GTBees.combs.getStackForType(CombType.INDIUM, 64),
GTBees.combs.getStackForType(CombType.INDIUM, 64),
GTBees.combs.getStackForType(CombType.INDIUM, 64),
Expand All @@ -48,7 +48,7 @@ public void run() {
.addTo(vacuumFurnaceRecipes);

GTValues.RA.stdBuilder()
.itemInputs(GTUtility.getIntegratedCircuit(13), GTBees.combs.getStackForType(CombType.INDIUM, 40))
.itemInputs(GTUtility.getIntegratedCircuit(2), GTBees.combs.getStackForType(CombType.INDIUM, 40))
.itemOutputs(
GTOreDictUnificator.get(OrePrefixes.dust, Materials.Copper, 64L),
GTOreDictUnificator.get(OrePrefixes.dust, Materials.Copper, 64L),
Expand Down

0 comments on commit 4c00e51

Please sign in to comment.