Sound Device Options

Sound Device Options

9M Downloads

Displays mismatched modlist

youngchan01 opened this issue ยท 3 comments

commented

Displays mismatched modlist with server when this mod is client only

commented

Fixed in the latest releases for 1.16.5 and 1.17.1

commented

@ichttt You are missing the DISPLAYTEST extension point in the mod constructor:

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

God dammit, right