From b043e75245429a2b6ee1402cee826fcec8f7af04 Mon Sep 17 00:00:00 2001 From: makamys Date: Tue, 21 Jun 2022 09:21:26 +0200 Subject: Add update check via MCLib --- updatejson/update.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 updatejson/update.json (limited to 'updatejson') 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 -- cgit