The Minecraft Mod Package Manager!
Modget is based on TheBrokenRail's ModUpdater mod and is inspired heavily by Microsoft's Winget.
Install Mod Menu to access the Modget GUI!
Currently, Modget supports the following commands:
/modget list Lists all installed mods recognized by modget
/modget repos list Lists all installed manifest repositories
/modget repos add <repo url> Adds a custom repository
/modget repos enable <repo id> Enables the selected repository
/modget repos disable <repo id> Disables the selected repository
/modget repos remove <repo id> Removes the selected repository
/modget search <mod> Searches all repositories for a matching mod
/modget upgrade Lists all available mod updates
/modget refresh Refreshes the local manifest cache
These additional commands will be added over the next few releases:
/modget install <mod> Downloads the according mod
/modget uninstall <mod> Deletes the according mod
/modget upgrade <mod> Updates the according mod
/modget upgrade --all Updates all mods
If you're on a server, use /modgetserver instead of /modget.
In contrast to the original ModUpdater, Modget doesn't require specific opt-ins. It detects mods based on their modid and gets the update files using its manifest repository.
In the future, it is planned to add a proper GUI. In the meantime, you can use the above mentioned server commands.
If you want to add first-party support for your mods, please regularly submit new versions over at the manifest repository.
If you want Modget to auto-check for updates for your mod on every start-up, add the following to your fabric.mod.json:
{
"custom": {
"modget": {
"autoCheck": "true"
}
}
}Besides autoCheck, you can also add:
preferredPlatform: Can take the valuescurseforge,modrinthorsourceControland determines which platform Modget should prioritize when attempting to download your mod.disable: Can betrueorfalseand disables Modget's update checks for your mod (in case you have implemented a custom update solution).
We have an official Discord community for all of our projects. By joining, you can:
- Get installation help and technical support with all of our mods
- Be notified of the latest developments as they happen
- Get involved and collaborate with the rest of our team
- ... and just hang out with the rest of our community.