Motivation
I have a few mods that only work on the client, and adding them to a server causes the server to crash at launch.
While the ideal fix would be for those mods to do nothing on the server, some don't want to ("it's a client mod, why are you putting it on a server"), and it won't prevent the problem from showing up again.
Description
The most obvious solution that comes to mind for me is provide a way to specify a folder (e.g. client_mods/), where everything in that folder would get downloaded to the normal mods/ folder on the client.
Other information
A concrete example I ran into with my modpack is Light Level Overlay (llo): https://modrinth.com/mod/llo
Motivation
I have a few mods that only work on the client, and adding them to a server causes the server to crash at launch.
While the ideal fix would be for those mods to do nothing on the server, some don't want to ("it's a client mod, why are you putting it on a server"), and it won't prevent the problem from showing up again.
Description
The most obvious solution that comes to mind for me is provide a way to specify a folder (e.g.
client_mods/), where everything in that folder would get downloaded to the normalmods/folder on the client.Other information
A concrete example I ran into with my modpack is Light Level Overlay (llo): https://modrinth.com/mod/llo