aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java b/src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java
index 11d615bd82..4e7827d864 100644
--- a/src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java
+++ b/src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java
@@ -2255,7 +2255,7 @@ public class RECIPES_Machines {
new ItemStack[] {
GT_Utility.getIntegratedCircuit(2),
ALLOY.TUMBAGA.getFrameBox(1),
- ALLOY.TUMBAGA.getComponentByPrefix(OrePrefixes.pipeTiny, 1),
+ ItemUtils.getItemStackOfAmountFromOreDict("pipeTinySteel", 1),
ItemList.MV_Coil.get(1),
ItemList.IC2_Plantball.get(4),
GT_OreDictUnificator.get(OrePrefixes.plank, Materials.Wood, 8),