This repository was archived by the owner on Jan 28, 2025. It is now read-only.
Commit 9674e97 1 parent 4afab09 commit 9674e97 Copy full SHA for 9674e97
File tree 2 files changed +3
-3
lines changed
src/main/resources/META-INF
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ version="${file.jarVersion}" #mandatory
23
23
# A display name for the mod
24
24
displayName =" Mineify" # mandatory
25
25
# 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
27
27
# A URL for the "homepage" for this mod, displayed in the mod UI
28
28
displayURL =" https://www.curseforge.com/minecraft/mc-mods/mineify" # optional
29
29
# A file name (in the root of the mod JAR) containing a logo for display
Original file line number Diff line number Diff line change 1
1
{
2
2
"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"
5
5
},
6
6
"homepage" : " https://www.curseforge.com/minecraft/mc-mods/mineify"
7
7
}
You can’t perform that action at this time.
0 commit comments