ConnectedTexturesMod

ConnectedTexturesMod

110M Downloads

1.16 server compatibility indicator fix

kmecpp opened this issue ยท 0 comments

commented

Server compatibility indicator is broken

This code in initialization will fix it:

ModLoadingContext.get().registerExtensionPoint(ExtensionPoint.DISPLAYTEST, () -> Pair.of(() -> FMLNetworkConstants.IGNORESERVERONLY, (a, b) -> true));

Code is from the Forge documentation: https://mcforge.readthedocs.io/en/latest/concepts/sides/#writing-one-sided-mods