aboutsummaryrefslogtreecommitdiff
path: root/runtime/src
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2022-06-15 23:03:21 +0800
committershedaniel <daniel@shedaniel.me>2022-06-15 23:03:21 +0800
commit33deaaeeeca92fdb186c74a79675a55aa067fa8b (patch)
tree6fe7640b2f5b6ff41130ecff75048c52daebad23 /runtime/src
parent45ae63237305fe3331a0e3e2ba920102b4b541c4 (diff)
downloadRoughlyEnoughItems-33deaaeeeca92fdb186c74a79675a55aa067fa8b.tar.gz
RoughlyEnoughItems-33deaaeeeca92fdb186c74a79675a55aa067fa8b.tar.bz2
RoughlyEnoughItems-33deaaeeeca92fdb186c74a79675a55aa067fa8b.zip
Add REIPluginLoader and resolve dists properly
Diffstat (limited to 'runtime/src')
-rw-r--r--runtime/src/main/java/me/shedaniel/rei/impl/client/gui/screen/UncertainDisplayViewingScreen.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/runtime/src/main/java/me/shedaniel/rei/impl/client/gui/screen/UncertainDisplayViewingScreen.java b/runtime/src/main/java/me/shedaniel/rei/impl/client/gui/screen/UncertainDisplayViewingScreen.java
index 6b8e49ff4..ee0f7381c 100644
--- a/runtime/src/main/java/me/shedaniel/rei/impl/client/gui/screen/UncertainDisplayViewingScreen.java
+++ b/runtime/src/main/java/me/shedaniel/rei/impl/client/gui/screen/UncertainDisplayViewingScreen.java
@@ -102,11 +102,11 @@ public class UncertainDisplayViewingScreen extends Screen {
this.parent = parent;
this.showTips = showTips;
if (showTips && false && Platform.isForge()) {
- this.jeiEnabled = ConfigObject.getInstance().isJEICompatibilityLayerEnabled();
- allModsUsingJEI = ClientInternals.getJeiCompatMods().stream()
- .distinct()
- .map(ClientHelper.getInstance()::getModFromModId)
- .collect(Collectors.toList());
+// this.jeiEnabled = ConfigObject.getInstance().isJEICompatibilityLayerEnabled();
+// allModsUsingJEI = ClientInternals.getJeiCompatMods().stream()
+// .distinct()
+// .map(ClientHelper.getInstance()::getModFromModId)
+// .collect(Collectors.toList());
}
}