From 9317a60a9e2802dc6fad0285a5d9dfc0ab2d1799 Mon Sep 17 00:00:00 2001 From: chochem <40274384+chochem@users.noreply.github.com> Date: Tue, 29 Oct 2024 18:30:45 +0000 Subject: fix plasma arc furnace recipe (#3430) --- src/main/java/gregtech/loaders/load/MTERecipeLoader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/gregtech/loaders/load/MTERecipeLoader.java') diff --git a/src/main/java/gregtech/loaders/load/MTERecipeLoader.java b/src/main/java/gregtech/loaders/load/MTERecipeLoader.java index 365ac2520d..4a362f2b89 100644 --- a/src/main/java/gregtech/loaders/load/MTERecipeLoader.java +++ b/src/main/java/gregtech/loaders/load/MTERecipeLoader.java @@ -1647,7 +1647,7 @@ public class MTERecipeLoader implements Runnable { 3); GTModHandler.addMachineCraftingRecipe( - ItemList.Machine_IV_PlasmaArcFurnace.get(1), + ItemList.Machine_EV_PlasmaArcFurnace.get(1), bitsd, new Object[] { "WGW", aTextCableHull, "TPT", 'M', MTEBasicMachineWithRecipe.X.HULL, 'P', MTEBasicMachineWithRecipe.X.PLATE, 'C', MTEBasicMachineWithRecipe.X.BETTER_CIRCUIT, 'W', -- cgit