Skip to content

Commit 7012003

Browse files
authored
Fix MMC recipe (lv circuit tag instead of specific one) (GregTechCEu#2519)
1 parent c96ae44 commit 7012003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/gregtechceu/gtceu/data/recipe/misc/MiscRecipeLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public static void init(Consumer<FinishedRecipe> provider) {
3939
VanillaRecipeHelper.addShapedRecipe(provider, true, "machine_memory_card", MACHINE_MEMORY_CARD.asStack(),
4040
"PWP", "SLS", "PPP", 'P', new UnificationEntry(plate, Steel), 'W',
4141
new UnificationEntry(wireGtSingle, Copper), 'S', new UnificationEntry(screw, RedAlloy), 'L',
42-
ELECTRONIC_CIRCUIT_LV);
42+
CustomTags.LV_CIRCUITS);
4343
// Potin Recipe
4444
VanillaRecipeHelper.addShapelessRecipe(provider, "potin_dust", ChemicalHelper.get(dust, Potin, 8),
4545
new UnificationEntry(dust, Copper),

0 commit comments

Comments
 (0)