Issue with adding a mod #348
-
I have an issue with adding a mod from this github repostory. The command I'm using is edit: I don't know if I should make a separate threat for that or not but can you disable version checks only when adding a mod? Some mods that I use aren't updated for the newest MC version yet but I still want to add them without ferium downloading it for an older version (I know it's possible via editing config after adding the mod with the --dont-check-game-version but that can be kinda tedious) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The repository doesn't specify the mod loader (as it is assumed to be Fabric) so you should add |
Beta Was this translation helpful? Give feedback.
The repository doesn't specify the mod loader (as it is assumed to be Fabric) so you should add
--dont-check-mod-loader
. Also it seems the game version isn't specified in the filename, so unfortunately this author's release format just won't work with ferium. If you're fine with downloading the latest version everytime, thenferium add 19MisterX98/SeedcrackerX --dont-check-mod-loader --dont-check-game-version
could work, but it's probably not gonna work well, it might be better to just manually download the mod in this case.