LeoBeliik / ExtremeSoundMuffler

Muffle those nasty sounds - Client side sound Muffler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[1.16.5-Forge] Mark mod as client side only, makes server "fml server incompatible" in server list.

Gbergz opened this issue · comments

Versions

  • Extreme sound muffler: 3.11_Forge-1.16.5
  • Forge: 36.1.18
  • Additional mod(s) No mods.

Describe the bug
If mod is missing on server it makes the server ping "Incompatible FML Modded Server".

To Reproduce
Steps to reproduce the behavior:

  1. Install mod on client.
  2. Don't install on server.
  3. Add server to multiplayer list.
  4. Ping it.
  5. "Incompatible FML Modded Server".
    image

Expected behavior
That the modlist is compatible. showing a green checkmark like below:
image

Additional context
If possible, mark mod as client only.

This is an issue again in the latest release from 2 days ago.
https://www.curseforge.com/minecraft/mc-mods/extreme-sound-muffler/files/3345051

It's marked as clientside if the isClientSide option in the config is set to true.

Ah, guess that is new and I missed it noted in a changelog.