This commit is contained in:
Bob 2024-05-27 19:47:34 +02:00
parent 6f2494b8c8
commit 493356e73e

View File

@ -78,7 +78,7 @@ public class SolderingRecipes extends SerializableRecipe {
new ComparableStack(ModItems.circuit, 24, EnumCircuitType.CAPACITOR)}, new ComparableStack(ModItems.circuit, 24, EnumCircuitType.CAPACITOR)},
new AStack[] { new AStack[] {
new ComparableStack(ModItems.circuit, 12, EnumCircuitType.PCB), new ComparableStack(ModItems.circuit, 12, EnumCircuitType.PCB),
new OreDictStack(ANY_HARDPLASTIC.ingot(), 4)}, new OreDictStack(ANY_HARDPLASTIC.ingot(), 1)},
new AStack[] { new AStack[] {
new OreDictStack(PB.wireFine(), 12)} new OreDictStack(PB.wireFine(), 12)}
)); ));