Lazy DataFixerUpper(LazyDFU) [FORGE]

Lazy DataFixerUpper(LazyDFU) [FORGE]

38M Downloads

incompatibility symbol (red "x") in multiplayer menu

cpm9 opened this issue ยท 4 comments

commented

To reproduce:

Ping a forge server in the multiplayer menu that does not have LazyDFU in its mods folder. The client will display a red "x" for incompatible even though you are able to join the server. Is this intended? Because I assumed LazyDFU is okay to run just client-side.

redx

Versions:

Forge 1.16.5-36,2,6
LazyDFU 0.1.3

From clients latest.log:

[02Oct2021 22:17:38.148] [Netty Client IO #3/INFO] [net.minecraftforge.fml.client.ClientHooks/CLIENTHOOKS]: Client has mods that are missing on server: [lazydfu]

commented

You should just be able to join regardless. The red X has always been a bit misleading on the server list screen.

commented

@cpm9 DFU is on the server for both the integrated server(single player/client) and dedicated servers

Great thanks for clarifying sorry to bother ya

commented

@Jonathing @CorgiTaco from my understanding its fixable by changing one line of mod code to let forge know that it is a client-side only mod. Unless the mod supposed to be installed on servers? But if the mod doesn't actually do anything on the server it makes sense to make the mod client-side so this warning doesn't appear and the mod doesn't have to be installed server-side to resolve it...

commented

@cpm9 DFU is on the server for both the integrated server(single player/client) and dedicated servers