diff options
-rw-r--r-- | src/main/java/gregtech/loaders/load/MTERecipeLoader.java | 2 |
1 files changed, 1 insertions, 1 deletions
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', |