aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/com/github/technus/tectech/loader/recipe/ResearchStationAssemblyLine.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/java/com/github/technus/tectech/loader/recipe/ResearchStationAssemblyLine.java b/src/main/java/com/github/technus/tectech/loader/recipe/ResearchStationAssemblyLine.java
index 25724194a0..2b902b2a87 100644
--- a/src/main/java/com/github/technus/tectech/loader/recipe/ResearchStationAssemblyLine.java
+++ b/src/main/java/com/github/technus/tectech/loader/recipe/ResearchStationAssemblyLine.java
@@ -2671,11 +2671,11 @@ public class ResearchStationAssemblyLine implements Runnable {
// Large Bedrockium Plate
getModItem(TinkerConstruct.ID, "heavyPlate", 1, 315),
// Large Cosmic Neutronium Plate
- getModItem(TinkerConstruct.ID, "heavyPlate", 1, 500),
+ getModItem(TinkerConstruct.ID, "heavyPlate", 1, 1671),
// Large Shirabon Plate
largeShirabonPlate,
// Large Infinity Plate
- getModItem(TinkerConstruct.ID, "heavyPlate", 1, 501),
+ getModItem(TinkerConstruct.ID, "heavyPlate", 1, 1669),
// UV Solar panel
getModItem(SuperSolarPanels.ID, "PhotonicSolarPanel", 1, 0),
@@ -3163,11 +3163,11 @@ public class ResearchStationAssemblyLine implements Runnable {
// Large Bedrockium Plate
getModItem(TinkerConstruct.ID, "heavyPlate", 1, 315),
// Large Cosmic Neutronium Plate
- getModItem(TinkerConstruct.ID, "heavyPlate", 1, 500),
+ getModItem(TinkerConstruct.ID, "heavyPlate", 1, 1671),
// Large Shirabon Plate
largeShirabonPlate,
// Large Infinity Plate
- getModItem(TinkerConstruct.ID, "heavyPlate", 1, 501),
+ getModItem(TinkerConstruct.ID, "heavyPlate", 1, 1669),
// UV Solar panel
getModItem(SuperSolarPanels.ID, "PhotonicSolarPanel", 1, 0),