This repository has been archived on 2023-11-26 . You can view files and clone it, but cannot push or open issues or pull requests.
ModUpdater
A simple Minecraft mod updater.
Mod Users
Go to the Mod Menu and click the configure icon for ModUpdater.
Mod Developers
Place this in your fabric.mod.json
:
Maven
{
"custom": {
"modupdater": {
"strategy": "maven",
"repository": "https://maven.fabricmc.net",
"group": "net.fabricmc.fabric-api",
"artifact": "fabric-api"
}
}
}
CurseForge
{
"custom": {
"modupdater": {
"strategy": "curseforge",
"projectID": 306612
}
}
}
Changelog
Languages
Java
91.4%
Gradle
8.6%