aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/com/github/technus/tectech/loader/DreamCraftRecipeLoader.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/github/technus/tectech/loader/DreamCraftRecipeLoader.java b/src/main/java/com/github/technus/tectech/loader/DreamCraftRecipeLoader.java
index 977958d428..ad7f1d1bc8 100644
--- a/src/main/java/com/github/technus/tectech/loader/DreamCraftRecipeLoader.java
+++ b/src/main/java/com/github/technus/tectech/loader/DreamCraftRecipeLoader.java
@@ -61,7 +61,7 @@ public class DreamCraftRecipeLoader implements Runnable {
}, CustomItemList.Machine_Multi_Research.get(1), 12000, 100000);
//Oject Holder
- GT_Values.RA.addAssemblylineRecipe(ItemList.Robot_Arm_ZPM.get(1), 72000, new ItemStack[]{
+ GT_Values.RA.addAssemblylineRecipe(ItemList.Hatch_Input_Bus_ZPM.get(1), 72000, new ItemStack[]{
ItemList.Hatch_Input_Bus_ZPM.get(1),
ItemList.Robot_Arm_ZPM.get(2),
ItemList.Electric_Motor_ZPM.get(2),