diff options
| author | shedaniel <daniel@shedaniel.me> | 2024-09-24 11:46:39 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2024-09-24 11:46:39 +0800 |
| commit | c97b1a424bcfb57347bb650457aaded33c77c2ae (patch) | |
| tree | 42bb51aed0e1910bea09f6904a400fd1f9c8e521 /forge | |
| parent | b932bd3224cc66c5503b4d759bf1ae7bea70eb7c (diff) | |
| download | RoughlyEnoughItems-c97b1a424bcfb57347bb650457aaded33c77c2ae.tar.gz RoughlyEnoughItems-c97b1a424bcfb57347bb650457aaded33c77c2ae.tar.bz2 RoughlyEnoughItems-c97b1a424bcfb57347bb650457aaded33c77c2ae.zip | |
Closes #1648
Diffstat (limited to 'forge')
| -rw-r--r-- | forge/src/main/java/me/shedaniel/rei/forge/PrimitivePlatformAdapterImpl.java | 4 |
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 |
