Server thinks this mod is client-required and will be marked with a big red X saying "FML Incompatible Forge Modded Server"
Minoxs opened this issue ยท 1 comments
This is very easy to fix, just add:
ModLoadingContext.get().registerExtensionPoint(ExtensionPoint.DISPLAYTEST, () -> Pair.of(() -> FMLNetworkConstants.IGNORESERVERONLY, (a, b) -> true));to your main class ( CantSleepClownsWillEatMe() ).
Source: https://mcforge.readthedocs.io/en/latest/concepts/sides/
p.s: Tested this change on my server and it worked :)