Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version specific mods folder. #512

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

yJulian
Copy link

@yJulian yJulian commented Sep 11, 2021

I would like to have support for version specific mods subfolders inside the main mods folder.

E.g. a Folder "1.17.1" inside the mods folder with mods that are only loaded when a fabric 1.17.1 client is started.

@liach
Copy link
Contributor

liach commented Sep 29, 2021

In general, having multiple minecraft versions use the same game directory is a bad idea. For instance, in vanilla, if you have 1.12 with auto jump disabled but launched 1.8 once, your auto jump setting is removed and the next time you open 1.12, you will have auto jump enabled. The sustainable approach is to let loader load mods from custom directories (custom mod candidate finders, as you can see here)

@LoganDark
Copy link

LoganDark commented Mar 28, 2022

https://modrinth.com/mod/vml exists if you REALLY need this functionality

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants