Darkhax-Minecraft / WAWLA

What Are We Looking At (WAWLA) is a mod aimed and drawing more attention to providing in-game documentation for players.
GNU Lesser General Public License v2.1
32 stars 22 forks source link

1.16 server compatibility indicator fix #143

Closed kmecpp closed 3 years ago

kmecpp commented 3 years ago

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

Darkhax commented 3 years ago

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