Wawla - What Are We Looking At

Wawla - What Are We Looking At

70M Downloads

1.16 server compatibility indicator fix

kmecpp opened this issue ยท 1 comments

commented

WAWLA server compatibility indicator is broken

This code in initialization will fix it:

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

https://mcforge.readthedocs.io/en/latest/concepts/sides/#writing-one-sided-mods

commented

Thanks for the report. This is fixed in the next update.