930 B
930 B
ModUpdater
A simple Minecraft mod updater.
NOTE: This is only able to scan mods that have opted-in!
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
}
}
}
Also replace this in build.gradle
:
version = project.mod_version
with:
version = "${project.mod_version}+${project.minecraft_version}"
Changelog
Credits
The icon was created by ProspectorDev
.