aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gregtech/api
diff options
context:
space:
mode:
authorAlkalus <Draknyte1@hotmail.com>2020-04-22 12:55:47 +0100
committerAlkalus <Draknyte1@hotmail.com>2020-04-22 12:55:47 +0100
commit3159aef00e7babcf8c5e1d574a738b6d2cac9e42 (patch)
tree3d31b904c49c92098001665eb0a83d7446ae92b6 /src/Java/gregtech/api
parent9a27bf259760e0ecaaef47d121bff37634494839 (diff)
downloadGT5-Unofficial-3159aef00e7babcf8c5e1d574a738b6d2cac9e42.tar.gz
GT5-Unofficial-3159aef00e7babcf8c5e1d574a738b6d2cac9e42.tar.bz2
GT5-Unofficial-3159aef00e7babcf8c5e1d574a738b6d2cac9e42.zip
$ Fixed milled byproducts not using the correct texture.
$ Fixed handling of IC2 EnumHelper code. $ Added a dummy RecipeMap to stop Bartworks crashing when it can't find it.
Diffstat (limited to 'src/Java/gregtech/api')
-rw-r--r--src/Java/gregtech/api/util/GTPP_Recipe.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Java/gregtech/api/util/GTPP_Recipe.java b/src/Java/gregtech/api/util/GTPP_Recipe.java
index a00306ddcc..ab6207299b 100644
--- a/src/Java/gregtech/api/util/GTPP_Recipe.java
+++ b/src/Java/gregtech/api/util/GTPP_Recipe.java
@@ -378,6 +378,8 @@ public class GTPP_Recipe extends GT_Recipe implements IComparableRecipe {
//Basic Washer Map
public static final GTPP_Recipe_Map_Internal sSimpleWasherRecipes = new GTPP_Recipe_Map_Internal(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);
+
+ public static final GT_Recipe_Map sSimpleWasherRecipes_FakeFuckBW = new GT_Recipe_Map(new HashSet<GT_Recipe>(3), "gt.recipe.simplewasher", "Fuck you Bart", null, RES_PATH_GUI + "basicmachines/PotionBrewer", 1, 1, 0, 0, 1, E, 1, E, true, false);
public static final GTPP_Recipe_Map sChemicalPlantRecipes = new GTPP_Recipe_Map(
new HashSet<GTPP_Recipe>(100),