diff options
author | makamys <makamys@outlook.com> | 2022-06-21 09:21:26 +0200 |
---|---|---|
committer | makamys <makamys@outlook.com> | 2022-06-21 09:22:34 +0200 |
commit | b043e75245429a2b6ee1402cee826fcec8f7af04 (patch) | |
tree | 32f9e5467abf405d5d435302ac3288a5da2845e1 /updatejson | |
parent | 30fd0a05f82ec32b67fb629f35fd8bdaa3b5101f (diff) | |
download | Neodymium-b043e75245429a2b6ee1402cee826fcec8f7af04.tar.gz Neodymium-b043e75245429a2b6ee1402cee826fcec8f7af04.tar.bz2 Neodymium-b043e75245429a2b6ee1402cee826fcec8f7af04.zip |
Add update check via MCLib
Diffstat (limited to 'updatejson')
-rw-r--r-- | updatejson/update.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/updatejson/update.json b/updatejson/update.json new file mode 100644 index 0000000..55309d7 --- /dev/null +++ b/updatejson/update.json @@ -0,0 +1,9 @@ +{ + "homepage": "https://github.com/makamys/neodymium/releases", + "1.7.10": { + "0.1": "" + }, + "promos": { + "1.7.10-latest": "0.1" + } +}
\ No newline at end of file |