aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDream-Master <dream-master@gmx.net>2017-08-19 18:18:36 +0200
committerDream-Master <dream-master@gmx.net>2017-08-19 18:18:36 +0200
commit235b693442a698f48ffdcecebb209ea96ab3557b (patch)
tree604acc6e9f8fa53da5db974d79a726073854df27 /src
parent963fbe80bfa50871b535bac386c1d0b6a393ed23 (diff)
downloadGT5-Unofficial-235b693442a698f48ffdcecebb209ea96ab3557b.tar.gz
GT5-Unofficial-235b693442a698f48ffdcecebb209ea96ab3557b.tar.bz2
GT5-Unofficial-235b693442a698f48ffdcecebb209ea96ab3557b.zip
change molten Tungsten amount in recipe
Diffstat (limited to 'src')
-rw-r--r--src/main/java/com/github/technus/tectech/loader/DreamCraftRecipeLoader.java4
1 files changed, 2 insertions, 2 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 73f1c79d56..44708dc7a9 100644
--- a/src/main/java/com/github/technus/tectech/loader/DreamCraftRecipeLoader.java
+++ b/src/main/java/com/github/technus/tectech/loader/DreamCraftRecipeLoader.java
@@ -71,9 +71,9 @@ public class DreamCraftRecipeLoader implements Runnable {
//Uncertainity
GT_Values.RA.addAssemblerRecipe(new ItemStack[]{CustomItemList.eM_Computer_Casing.get(1, o), ItemList.Circuit_Ultimatecrystalcomputer.get(4, o), ItemList.Cover_Screen.get(1, o ), CustomItemList.DATApipe.get(16, o), new ItemStack(Blocks.stone_button, 16, 32767)}, Materials.Tungsten.getMolten(2592), CustomItemList.Uncertainty_Hatch.get(1, o), 1200, 122880, true);
//Data Input Hatch
- GT_Values.RA.addAssemblerRecipe(new ItemStack[]{CustomItemList.eM_Computer_Casing.get(1, o), ItemList.Hatch_Input_Bus_LuV.get(1, o), ItemList.Circuit_Crystalcomputer.get(1, o), CustomItemList.DATApipe.get(2, o)}, Materials.Tungsten.getMolten(2592), CustomItemList.dataIn_Hatch.get(1, o), 1200, 122880, true);
+ GT_Values.RA.addAssemblerRecipe(new ItemStack[]{CustomItemList.eM_Computer_Casing.get(1, o), ItemList.Hatch_Input_Bus_LuV.get(1, o), ItemList.Circuit_Crystalcomputer.get(1, o), CustomItemList.DATApipe.get(2, o)}, Materials.Tungsten.getMolten(1296), CustomItemList.dataIn_Hatch.get(1, o), 1200, 122880, true);
//Data Output Hatch
- GT_Values.RA.addAssemblerRecipe(new ItemStack[]{CustomItemList.eM_Computer_Casing.get(1, o), ItemList.Hatch_Output_Bus_LuV.get(1, o), ItemList.Circuit_Crystalcomputer.get(1, o), CustomItemList.DATApipe.get(2, o)}, Materials.Tungsten.getMolten(2592), CustomItemList.dataOut_Hatch.get(1, o), 1200, 122880, true);
+ GT_Values.RA.addAssemblerRecipe(new ItemStack[]{CustomItemList.eM_Computer_Casing.get(1, o), ItemList.Hatch_Output_Bus_LuV.get(1, o), ItemList.Circuit_Crystalcomputer.get(1, o), CustomItemList.DATApipe.get(2, o)}, Materials.Tungsten.getMolten(1296), CustomItemList.dataOut_Hatch.get(1, o), 1200, 122880, true);
//endregion
//Active Transformer