aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gregtech/api/util
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2017-07-04 22:01:50 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2017-07-04 22:01:50 +1000
commit237f99ded74e392f3571c3d7c090224c68588cea (patch)
tree7ad3c0d14dd978bb1b47b72cc3bc81cb78b09b49 /src/Java/gregtech/api/util
parent8492772516898efed17f7384c63ef7d049fbd24a (diff)
downloadGT5-Unofficial-237f99ded74e392f3571c3d7c090224c68588cea.tar.gz
GT5-Unofficial-237f99ded74e392f3571c3d7c090224c68588cea.tar.bz2
GT5-Unofficial-237f99ded74e392f3571c3d7c090224c68588cea.zip
+ Added the ULV Simple Washer [For Dusts]
+ Added a recipe for every impure dust -> clean dust to simple washer.
Diffstat (limited to 'src/Java/gregtech/api/util')
-rw-r--r--src/Java/gregtech/api/util/Recipe_GT.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Java/gregtech/api/util/Recipe_GT.java b/src/Java/gregtech/api/util/Recipe_GT.java
index b073d264df..112ac3d693 100644
--- a/src/Java/gregtech/api/util/Recipe_GT.java
+++ b/src/Java/gregtech/api/util/Recipe_GT.java
@@ -248,6 +248,10 @@ public class Recipe_GT extends GT_Recipe{
//Fission Fuel Plant Recipes
//public static final GT_Recipe_Map sFissionFuelProcessing = new GT_Recipe_Map(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);
+ //Basic Washer Map
+ public static final GT_Recipe_Map sSimpleWasherRecipes = new GT_Recipe_Map(new HashSet<GT_Recipe>(3), "gt.recipe.simplewasher", "Simple Dust Washer", null, RES_PATH_GUI + "basicmachines/PotionBrewer", 1, 1, 0, 0, 1, E, 1, E, true, true);
+
+
/**
* HashMap of Recipes based on their Items
*/