diff options
author | Connor-Colenso <52056774+Connor-Colenso@users.noreply.github.com> | 2023-01-23 05:58:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-23 05:58:46 +0000 |
commit | eeb0c7a34502325b62a9b6c6a5bf23a0d805ad5b (patch) | |
tree | 98c791b660cc9105d131b844b7451d56c8fdd9f1 /src/main/java/gregtech/api/util/GTPP_Recipe.java | |
parent | 88bb81e85a79265949d3c7f36cea80c0e8d67325 (diff) | |
download | GT5-Unofficial-eeb0c7a34502325b62a9b6c6a5bf23a0d805ad5b.tar.gz GT5-Unofficial-eeb0c7a34502325b62a9b6c6a5bf23a0d805ad5b.tar.bz2 GT5-Unofficial-eeb0c7a34502325b62a9b6c6a5bf23a0d805ad5b.zip |
Removal (#512)
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
Diffstat (limited to 'src/main/java/gregtech/api/util/GTPP_Recipe.java')
-rw-r--r-- | src/main/java/gregtech/api/util/GTPP_Recipe.java | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/main/java/gregtech/api/util/GTPP_Recipe.java b/src/main/java/gregtech/api/util/GTPP_Recipe.java index da642e378e..94a0671a08 100644 --- a/src/main/java/gregtech/api/util/GTPP_Recipe.java +++ b/src/main/java/gregtech/api/util/GTPP_Recipe.java @@ -598,25 +598,6 @@ public class GTPP_Recipe extends GT_Recipe implements IComparableRecipe { true) .useModularUI(true); - // Advanced Mixer - public static final GT_Recipe_Map sAdvancedMixerRecipes = new GT_Recipe_Map( - new HashSet<>(1000), - "gtpp.recipe.advanced.mixer", - "Advanced Material Combiner", - null, - "gregtech:textures/gui/basicmachines/MixerAdvanced", - 4, - 4, - 1, - 0, - 2, - "", - 1, - "", - true, - true) - .useModularUI(true); - // Mini Fusion public static final GT_Recipe_Map sSlowFusionRecipes = new GT_Recipe_Map( new HashSet<>(50), |