Skip to content

Commit

Permalink
fixed amount
Browse files Browse the repository at this point in the history
  • Loading branch information
Nockyx committed Nov 23, 2024
1 parent da72e1c commit 8241d7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ public void solderingMaterials() {
GTValues.RA.stdBuilder()
.itemInputs(
ItemList.Circuit_Board_Phenolic_Good.get(1L),
GTModHandler.getModItem(IndustrialCraft2.ID, "itemPartCircuit", 1L, 0),
GTModHandler.getModItem(IndustrialCraft2.ID, "itemPartCircuit", 2L, 0),
ItemList.Circuit_Parts_Diode.get(2L),
GTOreDictUnificator.get(OrePrefixes.wireGt01, Materials.Copper, 2))
.itemOutputs(ItemList.Circuit_Good.get(1L)).fluidInputs(tMat.getMolten(144L * tMultiplier / 2L))
Expand Down

0 comments on commit 8241d7f

Please sign in to comment.