aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDreamMasterXXL <dream-master@gmx.net>2020-06-11 12:27:07 +0200
committerDreamMasterXXL <dream-master@gmx.net>2020-06-11 12:27:07 +0200
commiteb479dd05217d6313e3b8cc0b294e1b526663cc5 (patch)
treeec714961f5dec8f78db1c190bae71bd44cace650 /src
parent0374280c7a1d512bd24c170faa6ca9a4c0bc29cf (diff)
downloadGT5-Unofficial-eb479dd05217d6313e3b8cc0b294e1b526663cc5.tar.gz
GT5-Unofficial-eb479dd05217d6313e3b8cc0b294e1b526663cc5.tar.bz2
GT5-Unofficial-eb479dd05217d6313e3b8cc0b294e1b526663cc5.zip
Uncertainty Resolver has no recipe #6217
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6217 add control circuits to the recipes
Diffstat (limited to 'src')
-rw-r--r--src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java7
1 files changed, 7 insertions, 0 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 57eb0179ed..696dc2a1df 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
@@ -455,6 +455,7 @@ public class DreamCraftRecipeLoader implements Runnable {
CustomItemList.DATApipe.get(4),
ItemList.Cover_Screen.get(1),
new ItemStack(Blocks.stone_button, 16),
+ GT_Utility.getIntegratedCircuit(1),
}, Materials.Iridium.getMolten(2592), CustomItemList.Parametrizer_Hatch.get(1), 800, 122880);
GT_Values.RA.addAssemblerRecipe(new ItemStack[]{
CustomItemList.eM_Computer_Casing.get(1),
@@ -462,13 +463,16 @@ public class DreamCraftRecipeLoader implements Runnable {
CustomItemList.DATApipe.get(6),
ItemList.Cover_Screen.get(1),
new ItemStack(Blocks.stone_button, 32),
+ GT_Utility.getIntegratedCircuit(2),
}, Materials.Iridium.getMolten(2592), CustomItemList.ParametrizerX_Hatch.get(1), 800, 122880);
+
GT_Values.RA.addAssemblerRecipe(new ItemStack[]{
CustomItemList.eM_Computer_Casing.get(1),
ItemList.Circuit_Biomainframe.get(1),
CustomItemList.DATApipe.get(8),
ItemList.Cover_Screen.get(2),
new ItemStack(Blocks.stone_button, 64),
+ GT_Utility.getIntegratedCircuit(3),
}, Materials.Iridium.getMolten(2592), CustomItemList.ParametrizerTXT_Hatch.get(1), 800, 122880);
//Uncertainty
addAssemblerRecipeWithCleanroom(new ItemStack[]{
@@ -477,13 +481,16 @@ public class DreamCraftRecipeLoader implements Runnable {
CustomItemList.DATApipe.get(16),
ItemList.Cover_Screen.get(1),
new ItemStack(Blocks.stone_button, 16),
+ GT_Utility.getIntegratedCircuit(4),
}, Materials.Iridium.getMolten(2592), CustomItemList.Uncertainty_Hatch.get(1), 1200, 122880);
+
addAssemblerRecipeWithCleanroom(new ItemStack[]{
CustomItemList.eM_Computer_Casing.get(1),
ItemList.Circuit_Biomainframe.get(1),
CustomItemList.DATApipe.get(32),
ItemList.Cover_Screen.get(1),
new ItemStack(Blocks.stone_button, 16),
+ GT_Utility.getIntegratedCircuit(5),
}, Materials.Iridium.getMolten(2592), CustomItemList.UncertaintyX_Hatch.get(1), 1200, 122880);
//Elemental Input