aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api
diff options
context:
space:
mode:
authormiozune <miozune@gmail.com>2023-07-26 17:59:36 +0900
committerGitHub <noreply@github.com>2023-07-26 10:59:36 +0200
commit005fd2fbf72950f019cc2a20c37bb97c2c68b428 (patch)
treea689f2378c82f185f26eef6c79d8d9d83a6640f6 /src/main/java/gregtech/api
parent16ee6e47da3728f70b99d8a02c538acfe692a705 (diff)
downloadGT5-Unofficial-005fd2fbf72950f019cc2a20c37bb97c2c68b428.tar.gz
GT5-Unofficial-005fd2fbf72950f019cc2a20c37bb97c2c68b428.tar.bz2
GT5-Unofficial-005fd2fbf72950f019cc2a20c37bb97c2c68b428.zip
Remove "Ore Byproduct List" NEI in favor of custom diagram mod (#2183)
Diffstat (limited to 'src/main/java/gregtech/api')
-rw-r--r--src/main/java/gregtech/api/util/GT_Recipe.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/gregtech/api/util/GT_Recipe.java b/src/main/java/gregtech/api/util/GT_Recipe.java
index e2975c3e8a..cac1e67ee3 100644
--- a/src/main/java/gregtech/api/util/GT_Recipe.java
+++ b/src/main/java/gregtech/api/util/GT_Recipe.java
@@ -1277,6 +1277,7 @@ public class GT_Recipe implements Comparable<GT_Recipe> {
true).setSlotOverlay(false, false, GT_UITextures.OVERLAY_SLOT_DUST)
.setSlotOverlay(false, true, GT_UITextures.OVERLAY_SLOT_CRUSHED_ORE)
.setProgressBar(GT_UITextures.PROGRESSBAR_MACERATE, ProgressBar.Direction.RIGHT);
+ @Deprecated
public static final GT_Recipe_Map sByProductList = new GT_Recipe_Map(
new HashSet<>(1000),
"gt.recipe.byproductlist",
@@ -1292,7 +1293,7 @@ public class GT_Recipe implements Comparable<GT_Recipe> {
1,
E,
true,
- true).setProgressBar(GT_UITextures.PROGRESSBAR_ARROW, ProgressBar.Direction.RIGHT);
+ false).setProgressBar(GT_UITextures.PROGRESSBAR_ARROW, ProgressBar.Direction.RIGHT);
public static final GT_Recipe_Map sReplicatorFakeRecipes = new ReplicatorFakeMap(
new HashSet<>(100),
"gt.recipe.replicator",