diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-10-25 08:10:05 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-10-25 08:10:05 +1000 |
commit | e5e1581403e9f6e9d76e362c5e4861b4258af7cc (patch) | |
tree | f30b54ca872765b5cf8a339f4a80027d828aee8c /src/Java/gregtech/api/util/Recipe_GT.java | |
parent | 361263a1ecc79bca479d16af2fee3f30c20cefcb (diff) | |
download | GT5-Unofficial-e5e1581403e9f6e9d76e362c5e4861b4258af7cc.tar.gz GT5-Unofficial-e5e1581403e9f6e9d76e362c5e4861b4258af7cc.tar.bz2 GT5-Unofficial-e5e1581403e9f6e9d76e362c5e4861b4258af7cc.zip |
+ Added some more Machine Casing textures.
+ Added Grisium.
% Tweaked the MultiPickaxes.
% Did some more work on the Blast Smelter controller.
$ Finished work on the Blast Smelter Recipe generation (It's not unique enough yet, apparently)
> After numerous re-write attempts at this all morning, the issue remains that recipes overlap.
> Recipe output logging for this is still enabled, but it currently only does Osmiridium for a test run.
- Removed some useless classes.
Diffstat (limited to 'src/Java/gregtech/api/util/Recipe_GT.java')
-rw-r--r-- | src/Java/gregtech/api/util/Recipe_GT.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Java/gregtech/api/util/Recipe_GT.java b/src/Java/gregtech/api/util/Recipe_GT.java index 64e3dd9a35..979a6f17e5 100644 --- a/src/Java/gregtech/api/util/Recipe_GT.java +++ b/src/Java/gregtech/api/util/Recipe_GT.java @@ -235,6 +235,7 @@ public class Recipe_GT extends GT_Recipe{ 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", 2, 9, 0, 0, 1, E, 1, E, true, true); + public static final GT_Recipe_Map sAlloyBlastSmelterRecipes = new GT_Recipe_Map(new HashSet<GT_Recipe>(200), "gt.recipe.alloyblastsmelter", "Alloy Blast Smelter", null, RES_PATH_GUI + "basicmachines/Dehydrator", 9, 1, 1, 0, 1, E, 1, E, true, true); /** * HashMap of Recipes based on their Items |