From 68b0031d3542f26ebbd84e32571b623d391f195c Mon Sep 17 00:00:00 2001 From: Alkalus Date: Tue, 18 Jul 2017 09:03:23 +1000 Subject: % Moved more components to CI. --- .../xmod/gregtech/registration/gregtech/GregtechSimpleWasher.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Java/gtPlusPlus/xmod') 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)); } -- cgit