Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit 9674e97

Browse files
committed
Changes update feature
1 parent 4afab09 commit 9674e97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/resources/META-INF/mods.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ version="${file.jarVersion}" #mandatory
2323
# A display name for the mod
2424
displayName="Mineify" #mandatory
2525
# A URL to query for updates for this mod. See the JSON update specification https://mcforge.readthedocs.io/en/latest/gettingstarted/autoupdate/
26-
updateJSONURL="https://raw.githubusercontent.com/MisterJulsen/Mineify/1.18.2/update.json" #optional
26+
updateJSONURL="https://raw.githubusercontent.com/MisterJulsen/Mineify/1.19.2/update.json" #optional
2727
# A URL for the "homepage" for this mod, displayed in the mod UI
2828
displayURL="https://www.curseforge.com/minecraft/mc-mods/mineify" #optional
2929
# A file name (in the root of the mod JAR) containing a logo for display

update.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"promos": {
3-
"1.18.2-latest": "1.0.0-1.18.2",
4-
"1.18.2-recommended": "1.0.0-1.18.2"
3+
"1.19.2-latest": "1.0.0-1.19.2",
4+
"1.19.2-recommended": "1.0.0-1.19.2"
55
},
66
"homepage": "https://www.curseforge.com/minecraft/mc-mods/mineify"
77
}

0 commit comments

Comments
 (0)