-
Notifications
You must be signed in to change notification settings - Fork 49
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
Enable or disable mods #219
Comments
How should it work? Should it just disable the mods and if the user upgrades check the filename and if it exists with the extension .disabled not update? That makes sense to me. |
Yup, I plan on just checking if there is a |
It doesn't look too difficult I think I can take a look at it. |
Should we store the mod filenames locally? Because if we don't the command can only run when the user has internet connection... |
Is this fixed? Well now |
This feature needs #140 |
Tasks
The problem
There is no way to temporarily remove a mod.
My solutions
A
ferium remove
-like menu where mods can be enabled or disabled. The disabled mods will still be downloaded, but will be suffixed with a.disabled
file extension. This will make ferium compatible with MultiMC and PrismMC.The text was updated successfully, but these errors were encountered: