aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech
diff options
context:
space:
mode:
authorAlkalus <draknyte1@hotmail.com>2017-07-18 09:03:23 +1000
committerAlkalus <draknyte1@hotmail.com>2017-07-18 09:03:23 +1000
commit68b0031d3542f26ebbd84e32571b623d391f195c (patch)
tree2ea59e514751b43780ddaaf2d6d501cad77a9f74 /src/Java/gtPlusPlus/xmod/gregtech
parent80365414189b7fa0d871aec7a44f66086066556a (diff)
downloadGT5-Unofficial-68b0031d3542f26ebbd84e32571b623d391f195c.tar.gz
GT5-Unofficial-68b0031d3542f26ebbd84e32571b623d391f195c.tar.bz2
GT5-Unofficial-68b0031d3542f26ebbd84e32571b623d391f195c.zip
% Moved more components to CI.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechSimpleWasher.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechSimpleWasher.java b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechSimpleWasher.java
index 5a8d44766e..094c4464ca 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechSimpleWasher.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechSimpleWasher.java
@@ -4,7 +4,6 @@ import gregtech.api.enums.Materials;
import gregtech.api.enums.OrePrefixes;
import gregtech.api.util.GT_OreDictUnificator;
import gregtech.api.util.Recipe_GT;
-import gtPlusPlus.core.recipe.RECIPES_Machines;
import gtPlusPlus.core.recipe.common.CI;
import gtPlusPlus.core.util.fluid.FluidUtils;
import gtPlusPlus.core.util.item.ItemUtils;
@@ -49,7 +48,7 @@ public class GregtechSimpleWasher {
RecipeUtils.addShapedGregtechRecipe(
plateWrought, CI.electricPump_LV, plateWrought,
plateWrought, ItemUtils.getItemStackOfAmountFromOreDict("pipeLargeClay", 1), plateWrought,
- plateWrought, RECIPES_Machines.machineCasing_ULV, plateWrought,
+ plateWrought, CI.machineCasing_ULV, plateWrought,
GregtechItemList.SimpleDustWasher.get(1));
}