[x] I have tried resolving the issue using the support portal
[x] I have ensured my Modrinth App installation is up to date
What version of the Modrinth App are you using?
v0.8.9
What operating systems are you seeing the problem on?
Windows
Describe the bug
When I add the following Java Argument to add additional mod folders they are ignored by the launcher so the mods no longer show up / can be updated even though they are still loaded when the game starts
-Dfabric.addMods=mods/libs;mods/performance;mods/customization;mods/content
Steps to reproduce
Create a new profile in the Modrinth App
Add some mods
Create a subdirectory in the mods folder: for example mods/libs
Move the mods that you want in that folder for better organization to the mods/libs folder
Add the Java Argument -Dfabric.addMods=mods/libs;mods/performance;mods/customization;mods/content which makes it so Fabric checks for the following folders in the mods folder: libs, performance, customization and content
See that the launcher no longer shows the mods even though they are still installed and available if you start the game
Expected behavior
That the Launcher would still show the mods if this Java Argument is set and preferably even be able to update them without moving them away from their folders
Please confirm the following.
What version of the Modrinth App are you using?
v0.8.9
What operating systems are you seeing the problem on?
Windows
Describe the bug
When I add the following Java Argument to add additional mod folders they are ignored by the launcher so the mods no longer show up / can be updated even though they are still loaded when the game starts
-Dfabric.addMods=mods/libs;mods/performance;mods/customization;mods/content
Steps to reproduce
-Dfabric.addMods=mods/libs;mods/performance;mods/customization;mods/content
which makes it so Fabric checks for the following folders in the mods folder: libs, performance, customization and contentExpected behavior
That the Launcher would still show the mods if this Java Argument is set and preferably even be able to update them without moving them away from their folders
Additional context
No response