diff options
author | miozune <miozune@gmail.com> | 2023-07-23 16:56:30 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-23 09:56:30 +0200 |
commit | ec1ef1a8798aeb49c75c068e53958c83686fdf8e (patch) | |
tree | 8d84d73273bccc6ba95afb2ed0acf6b5d47f5896 /src/main/java/gregtech/api | |
parent | df1a579adedede18bf25a506c87156de50d854ab (diff) | |
download | GT5-Unofficial-ec1ef1a8798aeb49c75c068e53958c83686fdf8e.tar.gz GT5-Unofficial-ec1ef1a8798aeb49c75c068e53958c83686fdf8e.tar.bz2 GT5-Unofficial-ec1ef1a8798aeb49c75c068e53958c83686fdf8e.zip |
Remove duplicated chemplant recipemap (#702)
Diffstat (limited to 'src/main/java/gregtech/api')
-rw-r--r-- | src/main/java/gregtech/api/util/GTPP_Recipe.java | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/src/main/java/gregtech/api/util/GTPP_Recipe.java b/src/main/java/gregtech/api/util/GTPP_Recipe.java index 9fd12eee05..07290aeb54 100644 --- a/src/main/java/gregtech/api/util/GTPP_Recipe.java +++ b/src/main/java/gregtech/api/util/GTPP_Recipe.java @@ -487,7 +487,7 @@ public class GTPP_Recipe extends GT_Recipe { 4, 4, 0, - 2, + 0, 1, "Tier: ", 1, @@ -675,23 +675,6 @@ public class GTPP_Recipe extends GT_Recipe { true).setProgressBar(GT_UITextures.PROGRESSBAR_EXTRACT).setUsualFluidInputCount(6) .setUsualFluidOutputCount(6); - // internal copy of sChemicalPlantRecipes - public static final GT_Recipe_Map sChemicalPlant_GT = new GT_Recipe_Map( - new HashSet<>(2000), - "gtpp.recipe.temp4", - "temp4", - null, - "", - 1, - 0, - 0, - 0, - 1, - "", - 0, - "", - false, - false); public static final GT_Recipe_Map sMultiblockMixerRecipes_GT = new GT_Recipe_Map_LargeNEI( new HashSet<>(2000), "gtpp.recipe.multimixer", |