Skip to content

Commit 4ae17c8

Browse files
authored
Only allow Primitive LV Circuits to make Primitive MV Circuits (GregTechCEu#2781)
1 parent 186f607 commit 4ae17c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gregtech/loaders/recipe/CircuitRecipes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ private static void circuitRecipes() {
10191019

10201020
CIRCUIT_ASSEMBLER_RECIPES.recipeBuilder().EUt(16).duration(300)
10211021
.input(GOOD_CIRCUIT_BOARD)
1022-
.input(circuit, Tier.LV, 2)
1022+
.input(ELECTRONIC_CIRCUIT_LV, 2)
10231023
.input(component, Component.Diode, 2)
10241024
.input(wireGtSingle, Copper, 2)
10251025
.output(ELECTRONIC_CIRCUIT_MV)

0 commit comments

Comments
 (0)