diff options
Diffstat (limited to 'runtime/src/main/java/me/shedaniel')
| -rw-r--r-- | runtime/src/main/java/me/shedaniel/rei/impl/client/gui/screen/UncertainDisplayViewingScreen.java | 10 |
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()); } } |
