Skip to content

Commit

Permalink
Changes update feature
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterJulsen committed Oct 16, 2023
1 parent 4afab09 commit 9674e97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ version="${file.jarVersion}" #mandatory
# A display name for the mod
displayName="Mineify" #mandatory
# A URL to query for updates for this mod. See the JSON update specification https://mcforge.readthedocs.io/en/latest/gettingstarted/autoupdate/
updateJSONURL="https://raw.githubusercontent.com/MisterJulsen/Mineify/1.18.2/update.json" #optional
updateJSONURL="https://raw.githubusercontent.com/MisterJulsen/Mineify/1.19.2/update.json" #optional
# A URL for the "homepage" for this mod, displayed in the mod UI
displayURL="https://www.curseforge.com/minecraft/mc-mods/mineify" #optional
# A file name (in the root of the mod JAR) containing a logo for display
Expand Down
4 changes: 2 additions & 2 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"promos": {
"1.18.2-latest": "1.0.0-1.18.2",
"1.18.2-recommended": "1.0.0-1.18.2"
"1.19.2-latest": "1.0.0-1.19.2",
"1.19.2-recommended": "1.0.0-1.19.2"
},
"homepage": "https://www.curseforge.com/minecraft/mc-mods/mineify"
}

0 comments on commit 9674e97

Please sign in to comment.