ferium icon indicating copy to clipboard operation
ferium copied to clipboard

Enable or disable mods

Open theRookieCoder opened this issue 3 years ago • 6 comments

Tasks

  • [ ] Add field to the config
  • [ ] Implement disabling when upgrading
  • [ ] Configure interactively or using CLI options

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.

theRookieCoder avatar Oct 19 '22 11:10 theRookieCoder

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.

xrtxn avatar May 24 '23 10:05 xrtxn

Yup, I plan on just checking if there is a .disabled extension

theRookieCoder avatar May 24 '23 12:05 theRookieCoder

It doesn't look too difficult I think I can take a look at it.

xrtxn avatar May 24 '23 13:05 xrtxn

Should we store the mod filenames locally? Because if we don't the command can only run when the user has internet connection...

xrtxn avatar May 25 '23 12:05 xrtxn