[1.16.5-Forge] Mark mod as client side only, makes server "fml server incompatible" in server list.
Gbergz opened this issue · 3 comments
Gbergz commented
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:
- Install mod on client.
- Don't install on server.
- Add server to multiplayer list.
- Ping it.
- "Incompatible FML Modded Server".
Expected behavior
That the modlist is compatible. showing a green checkmark like below:
Additional context
If possible, mark mod as client only.
Gbergz commented
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
LeoBeliik commented
It's marked as clientside if the isClientSide option in the config is set to true.
Gbergz commented
Ah, guess that is new and I missed it noted in a changelog.