aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2022-02-09 11:47:00 +0100
committerMartin Robertz <dream-master@gmx.net>2022-02-09 11:47:00 +0100
commit727af88d22197c0f540d489fde313c2ad3222dd9 (patch)
treec237f722dd74aa2f986105395c2ebace27118bdc
parentd4a28ad1446e22500d9f71294637db7c1c3e2795 (diff)
downloadGT5-Unofficial-727af88d22197c0f540d489fde313c2ad3222dd9.tar.gz
GT5-Unofficial-727af88d22197c0f540d489fde313c2ad3222dd9.tar.bz2
GT5-Unofficial-727af88d22197c0f540d489fde313c2ad3222dd9.zip
use xsmd components in researches (just temp)
-rw-r--r--src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java6
1 files changed, 3 insertions, 3 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 461004a0c3..9a2ec930e1 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
@@ -1172,7 +1172,7 @@ public class DreamCraftRecipeLoader implements Runnable {
}, ItemList.Circuit_Wetwaremainframe.get(1L), 2000, 300000);
//UHV Circuit xSMD
- TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Circuit_Wetwaresupercomputer.get(1L),
+ TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Circuit_Parts_TransistorXSMD.get(1L),
24000, 64, 50000, 4, new Object[]{
GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.Tritanium, 2),
ItemList.Circuit_Wetwaresupercomputer.get(2L),
@@ -1213,7 +1213,7 @@ public class DreamCraftRecipeLoader implements Runnable {
//Bio Chips xSMD
- TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Circuit_Biowarecomputer.get(1L),
+ TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Circuit_Parts_ResistorXSMD.get(1L),
48000, 128, 500000, 8, new Object[]{
ItemList.Circuit_Board_Bio_Ultra.get(2L),
ItemList.Circuit_Biowarecomputer.get(2L),
@@ -1254,7 +1254,7 @@ public class DreamCraftRecipeLoader implements Runnable {
// Bio xSMD
- TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Circuit_Biowaresupercomputer.get(1L),
+ TT_recipeAdder.addResearchableAssemblylineRecipe(ItemList.Circuit_Parts_CapacitorXSMD.get(1L),
96000, 256, 1000000, 16, new Object[]{
GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.Tritanium, 4L),
ItemList.Circuit_Biowaresupercomputer.get(2L),