aboutsummaryrefslogtreecommitdiff
path: root/forge/src/main
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2024-09-24 11:46:39 +0800
committershedaniel <daniel@shedaniel.me>2024-09-24 11:46:39 +0800
commitc97b1a424bcfb57347bb650457aaded33c77c2ae (patch)
tree42bb51aed0e1910bea09f6904a400fd1f9c8e521 /forge/src/main
parentb932bd3224cc66c5503b4d759bf1ae7bea70eb7c (diff)
downloadRoughlyEnoughItems-c97b1a424bcfb57347bb650457aaded33c77c2ae.tar.gz
RoughlyEnoughItems-c97b1a424bcfb57347bb650457aaded33c77c2ae.tar.bz2
RoughlyEnoughItems-c97b1a424bcfb57347bb650457aaded33c77c2ae.zip
Closes #1648
Diffstat (limited to 'forge/src/main')
-rw-r--r--forge/src/main/java/me/shedaniel/rei/forge/PrimitivePlatformAdapterImpl.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/forge/src/main/java/me/shedaniel/rei/forge/PrimitivePlatformAdapterImpl.java b/forge/src/main/java/me/shedaniel/rei/forge/PrimitivePlatformAdapterImpl.java
index e69855315..d4db2f068 100644
--- a/forge/src/main/java/me/shedaniel/rei/forge/PrimitivePlatformAdapterImpl.java
+++ b/forge/src/main/java/me/shedaniel/rei/forge/PrimitivePlatformAdapterImpl.java
@@ -23,7 +23,6 @@
package me.shedaniel.rei.forge;
-import me.shedaniel.rei.RoughlyEnoughItemsState;
import me.shedaniel.rei.impl.init.PrimitivePlatformAdapter;
import net.minecraftforge.api.distmarker.Dist;
import net.minecraftforge.fml.ModList;
@@ -39,9 +38,6 @@ public class PrimitivePlatformAdapterImpl implements PrimitivePlatformAdapter {
@Override
public void checkMods() {
- if (ModList.get().isLoaded("moreoverlays")) {
- RoughlyEnoughItemsState.error("REI is not compatible with MoreOverlays, and actually contains Builtin Inventory Highlighting, other features can be installed via different mods!");
- }
}
@Override