diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-09-06 15:57:29 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-09-06 15:57:29 +1000 |
commit | 58fc12f3bac1c7031f3e1d1a22bf29285e529999 (patch) | |
tree | 94c86f55c89a3b03ad083c26a3663d28ff21bf2a /src/Java/gregtech/api/util/Recipe_GT.java | |
parent | a86f2fe29fba9173f65a0ef7a6961c17e5d1cc4b (diff) | |
download | GT5-Unofficial-58fc12f3bac1c7031f3e1d1a22bf29285e529999.tar.gz GT5-Unofficial-58fc12f3bac1c7031f3e1d1a22bf29285e529999.tar.bz2 GT5-Unofficial-58fc12f3bac1c7031f3e1d1a22bf29285e529999.zip |
$ Fixed the recipe handlers for the Dehydrator and the Matter Fabricator.
> Matter Fabricator now runs properly without UU-A, just takes 3x longer (not 4x as usual for mass fabs)
Diffstat (limited to 'src/Java/gregtech/api/util/Recipe_GT.java')
-rw-r--r-- | src/Java/gregtech/api/util/Recipe_GT.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gregtech/api/util/Recipe_GT.java b/src/Java/gregtech/api/util/Recipe_GT.java index 3d4cc8ae10..986b7c7ac4 100644 --- a/src/Java/gregtech/api/util/Recipe_GT.java +++ b/src/Java/gregtech/api/util/Recipe_GT.java @@ -234,7 +234,7 @@ public class Recipe_GT extends GT_Recipe{ //public static final Gregtech_Recipe_Map sMatterFabRecipes = new Gregtech_Recipe_Map(new HashSet<GregtechRecipe>(200), "gt.recipe.matterfab", "Matter Fabricator", null, RES_PATH_GUI + "basicmachines/Massfabricator", 1, 3, 1, 1, 1, E, 1, E, true, true); public static final Gregtech_Recipe_Map_Fuel sRocketFuels = new Gregtech_Recipe_Map_Fuel(new HashSet<GT_Recipe>(10), "gt.recipe.rocketenginefuel", "Rocket Engine Fuel", null, RES_PATH_GUI + "basicmachines/Default", 1, 1, 0, 0, 1, "Fuel Value: ", 3000, " EU", true, true); public static final Gregtech_Recipe_Map_Fuel sGeoThermalFuels = new Gregtech_Recipe_Map_Fuel(new HashSet<GT_Recipe>(10), "gt.recipe.geothermalfuel", "GeoThermal Fuel", null, RES_PATH_GUI + "basicmachines/Default", 1, 1, 0, 0, 1, "Fuel Value: ", 1000, " EU", true, true); - public static final GT_Recipe_Map sChemicalDehydratorRecipes = new GT_Recipe_Map(new HashSet<GT_Recipe>(200), "gt.recipe.chemicaldehydrator", "Chemical Dehydrator", null, RES_PATH_GUI + "basicmachines/Dehydrator", 1, 1, 0, 0, 1, E, 1, E, true, true); + public static final GT_Recipe_Map sChemicalDehydratorRecipes = new GT_Recipe_Map(new HashSet<GT_Recipe>(200), "gt.recipe.chemicaldehydrator", "Chemical Dehydrator", null, RES_PATH_GUI + "basicmachines/Dehydrator", 1, 9, 0, 0, 1, E, 1, E, true, true); /** * HashMap of Recipes based on their Items |