Can't Sleep Clowns Will Eat Me

Can't Sleep Clowns Will Eat Me

1M Downloads

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

commented

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 :)

commented

Thank you, this should have a fix up soon