We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186f607 commit 4ae17c8Copy full SHA for 4ae17c8
src/main/java/gregtech/loaders/recipe/CircuitRecipes.java
@@ -1019,7 +1019,7 @@ private static void circuitRecipes() {
1019
1020
CIRCUIT_ASSEMBLER_RECIPES.recipeBuilder().EUt(16).duration(300)
1021
.input(GOOD_CIRCUIT_BOARD)
1022
- .input(circuit, Tier.LV, 2)
+ .input(ELECTRONIC_CIRCUIT_LV, 2)
1023
.input(component, Component.Diode, 2)
1024
.input(wireGtSingle, Copper, 2)
1025
.output(ELECTRONIC_CIRCUIT_MV)
0 commit comments