aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>2023-02-11 07:55:11 +0000
committerGTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>2023-02-11 07:55:11 +0000
commit637dfc8584fa42a179f636c68c7f40e41fd58261 (patch)
treea90307a2fc8868bc917124223d19570a73c8da75 /src
parent0c9e51beca9f85025c3bb24fdf9b2337270b2a08 (diff)
downloadGT5-Unofficial-637dfc8584fa42a179f636c68c7f40e41fd58261.tar.gz
GT5-Unofficial-637dfc8584fa42a179f636c68c7f40e41fd58261.tar.bz2
GT5-Unofficial-637dfc8584fa42a179f636c68c7f40e41fd58261.zip
More fixes
Diffstat (limited to 'src')
-rw-r--r--src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java
index 3f480b674b..da95a22d2a 100644
--- a/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java
+++ b/src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java
@@ -5458,14 +5458,14 @@ public class DreamCraftRecipeLoader {
final ItemStack[] researchStuff = new ItemStack[] { baseCasing,
CustomItemList.StabilisationFieldGeneratorTier0.get(1),
- CustomItemList.StabilisationFieldGeneratorTier0.get(1),
- CustomItemList.StabilisationFieldGeneratorTier0.get(1),
- CustomItemList.StabilisationFieldGeneratorTier0.get(1),
- CustomItemList.StabilisationFieldGeneratorTier0.get(1),
- CustomItemList.StabilisationFieldGeneratorTier0.get(1),
- CustomItemList.StabilisationFieldGeneratorTier0.get(1),
- CustomItemList.StabilisationFieldGeneratorTier0.get(1),
- CustomItemList.StabilisationFieldGeneratorTier0.get(1) };
+ CustomItemList.StabilisationFieldGeneratorTier1.get(1),
+ CustomItemList.StabilisationFieldGeneratorTier2.get(1),
+ CustomItemList.StabilisationFieldGeneratorTier3.get(1),
+ CustomItemList.StabilisationFieldGeneratorTier4.get(1),
+ CustomItemList.StabilisationFieldGeneratorTier5.get(1),
+ CustomItemList.StabilisationFieldGeneratorTier6.get(1),
+ CustomItemList.StabilisationFieldGeneratorTier7.get(1),
+ CustomItemList.StabilisationFieldGeneratorTier8.get(1) };
final ItemStack[] timeCasings = new ItemStack[] { CustomItemList.TimeAccelerationFieldGeneratorTier0.get(1),
CustomItemList.TimeAccelerationFieldGeneratorTier1.get(1),