diff options
author | Alkalus <draknyte1@hotmail.com> | 2020-04-14 19:22:46 +0000 |
---|---|---|
committer | Alkalus <draknyte1@hotmail.com> | 2020-04-14 19:22:46 +0000 |
commit | bc0b4b644dd410c86c925c7ef2422bd18789437c (patch) | |
tree | dd96160d195653e79ceaf6f18b982f4f5f5a265d /src/Java/gtPlusPlus/xmod/gregtech/recipes/RecipesToRemove.java | |
parent | e724a728061ec4a78cff73a4a2dd46eea4af4521 (diff) | |
parent | 994cb1962434737cf3cfadc06361db2f2cec2020 (diff) | |
download | GT5-Unofficial-bc0b4b644dd410c86c925c7ef2422bd18789437c.tar.gz GT5-Unofficial-bc0b4b644dd410c86c925c7ef2422bd18789437c.tar.bz2 GT5-Unofficial-bc0b4b644dd410c86c925c7ef2422bd18789437c.zip |
Merged in RecipeVerification(pull request #8)
Recipe verification
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/recipes/RecipesToRemove.java')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/recipes/RecipesToRemove.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/recipes/RecipesToRemove.java b/src/Java/gtPlusPlus/xmod/gregtech/recipes/RecipesToRemove.java index 35714aee26..f36d714a03 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/recipes/RecipesToRemove.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/recipes/RecipesToRemove.java @@ -1,7 +1,7 @@ package gtPlusPlus.xmod.gregtech.recipes; import gregtech.api.util.GT_Recipe; -import gregtech.api.util.Recipe_GT; +import gregtech.api.util.GTPP_Recipe; import gtPlusPlus.api.objects.Logger; import gtPlusPlus.core.material.Material; import gtPlusPlus.core.material.ORES; @@ -23,8 +23,8 @@ public class RecipesToRemove { aRareEarthCentrifuging.mEnabled = false; aRareEarthCentrifuging.mHidden = true; GT_Recipe.GT_Recipe_Map.sCentrifugeRecipes.mRecipeList.remove(aRareEarthCentrifuging); - Recipe_GT.GT_Recipe_Map_LargeCentrifuge.sMultiblockCentrifugeRecipes.mRecipeList.remove(aRareEarthCentrifuging); - Recipe_GT.GT_Recipe_Map_LargeCentrifuge.sMultiblockCentrifugeRecipes_GT.mRecipeList.remove(aRareEarthCentrifuging); + GTPP_Recipe.GT_Recipe_Map_LargeCentrifuge.sMultiblockCentrifugeRecipes.mRecipeList.remove(aRareEarthCentrifuging); + GTPP_Recipe.GT_Recipe_Map_LargeCentrifuge.sMultiblockCentrifugeRecipes_GT.mRecipeList.remove(aRareEarthCentrifuging); Logger.INFO("Removed vanilla GT Rare Earth processing."); //Set the Chemical Symbol for Rare Earth now that we are giving it custom outputs //Best not to set this unless the original recipe is removed. |