Mod Updater
This program updates all your mods to a newer/later version.
To use:
- Create a file named
config.toml
- Create a folder named
mods
; - Add the following to the file:
[minecraft]
version = "1.18.1" # Or minecraft version you wanted
[fabric]
mods = [
"krypton", # add the mod id / slug from modrinth here
"multiconnect"
]
- Profit