aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gregtech/api/util
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2016-12-31 20:42:37 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2016-12-31 20:42:37 +1000
commita693e0a904e8f32fac268139f33d21a8609c2b92 (patch)
tree642bc3805f1ad0ccb4e5a29cef929df386e848db /src/Java/gregtech/api/util
parentdb83ad0447c2711c1a4cc3610cc6ebac5c91c1b4 (diff)
downloadGT5-Unofficial-a693e0a904e8f32fac268139f33d21a8609c2b92.tar.gz
GT5-Unofficial-a693e0a904e8f32fac268139f33d21a8609c2b92.tar.bz2
GT5-Unofficial-a693e0a904e8f32fac268139f33d21a8609c2b92.zip
+ Added a Unique Fission Fuel NEI texture.
$ Fixed the slot positions for the new NEI handler, also added more output slots for fluids.
Diffstat (limited to 'src/Java/gregtech/api/util')
-rw-r--r--src/Java/gregtech/api/util/CustomRecipeMap.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gregtech/api/util/CustomRecipeMap.java b/src/Java/gregtech/api/util/CustomRecipeMap.java
index 3434239ca7..ad3ecc2943 100644
--- a/src/Java/gregtech/api/util/CustomRecipeMap.java
+++ b/src/Java/gregtech/api/util/CustomRecipeMap.java
@@ -19,7 +19,7 @@ public class CustomRecipeMap/* extends GT_Recipe_Map*/{
//public static final CustomRecipeMap sOreWasherRecipes = new GT_Recipe_Map_OreWasher(new HashSet<GT_Recipe>(0), "ic.recipe.orewasher", "Ore Washer", "ic2.blockOreWashingPlant", RES_PATH_GUI + "basicmachines/OreWasher", 1, 3, 1, 1, 1, E, 1, E, true, false);
//Fission Fuel Plant Recipes
- public static final CustomRecipeMap sFissionFuelProcessing = new CustomRecipeMap(new HashSet<GT_Recipe>(50), "gt.recipe.fissionfuel", "Fission Fuel Processing", null, RES_PATH_GUI + "basicmachines/LFTR", 0, 0, 0, 9, 1, E, 1, E, true, true);
+ public static final CustomRecipeMap sFissionFuelProcessing = new CustomRecipeMap(new HashSet<GT_Recipe>(50), "gt.recipe.fissionfuel", "Fission Fuel Processing", null, RES_PATH_GUI + "basicmachines/FissionFuel", 0, 0, 0, 9, 1, E, 1, E, true, true);
/**
* HashMap of Recipes based on their Items