
Displays mismatched modlist
youngchan01 opened this issue ยท 3 comments
@ichttt You are missing the DISPLAYTEST
extension point in the mod constructor:
ModLoadingContext.get().registerExtensionPoint(
ExtensionPoint.DISPLAYTEST,
() -> Pair.of(() -> FMLNetworkConstants.IGNORESERVERONLY, (a, b) -> true)
);