diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2017-06-06 18:20:25 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2017-06-06 18:20:25 +1000 |
commit | 1e5b0f50e7089017873950729b2a346e12562799 (patch) | |
tree | 56bae0fb746aba70c47b591c7581d1d4f80397b7 /src/Java/gtPlusPlus/core/recipe | |
parent | 06c09921b2a62ccff0c87e7a820b8ca4fa22b04e (diff) | |
download | GT5-Unofficial-1e5b0f50e7089017873950729b2a346e12562799.tar.gz GT5-Unofficial-1e5b0f50e7089017873950729b2a346e12562799.tar.bz2 GT5-Unofficial-1e5b0f50e7089017873950729b2a346e12562799.zip |
+ Added the components for the Boilers and the Dehydrator into the load sequence.
$ Changed the Sensors to use the old, albeit now fixed, GT_Shaped_Recipe_Builder.
Diffstat (limited to 'src/Java/gtPlusPlus/core/recipe')
-rw-r--r-- | src/Java/gtPlusPlus/core/recipe/RECIPES_MachineComponents.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_MachineComponents.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_MachineComponents.java index d18740eeab..17abf3f06e 100644 --- a/src/Java/gtPlusPlus/core/recipe/RECIPES_MachineComponents.java +++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_MachineComponents.java @@ -334,7 +334,7 @@ public class RECIPES_MachineComponents { wireTier0, circuitTier0, wireTier0, RECIPE_CONSTANTS.fieldGenerator_ULV); - RecipeUtils.recipeBuilder( + RecipeUtils.addShapedGregtechRecipe( plateTier0, null, circuitTier1, plateTier0, rodTier2, null, circuitTier0, plateTier0, plateTier0, @@ -377,7 +377,7 @@ public class RECIPES_MachineComponents { circuitTier10, circuitTier9, circuitTier10, wireTier10, circuitTier10, wireTier10, RECIPE_CONSTANTS.fieldGenerator_MAX); - RecipeUtils.recipeBuilder( + RecipeUtils.addShapedGregtechRecipe( plateTier10, null, circuitTier9, plateTier10, rodTier10c, null, circuitTier10, plateTier10, plateTier10, |