From e88dd012e067d9259f1259fb3b2b62cacd9a3e3e Mon Sep 17 00:00:00 2001 From: Zacharias Date: Sat, 15 Jul 2023 13:49:50 +0200 Subject: [PATCH] Added updateJSONURL to mods.toml added home page url to mods.toml --- forge/src/main/resources/META-INF/mods.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forge/src/main/resources/META-INF/mods.toml b/forge/src/main/resources/META-INF/mods.toml index b056c1c..31414f3 100644 --- a/forge/src/main/resources/META-INF/mods.toml +++ b/forge/src/main/resources/META-INF/mods.toml @@ -23,9 +23,9 @@ version="${version}" #mandatory # A display name for the mod displayName="speedometer" #mandatory # A URL to query for updates for this mod. See the JSON update specification -#updateJSONURL="http://myurl.me/" #optional +updateJSONURL="https://raw.githubusercontent.com/zaze06/Speedometer/master/forge/src/main/resources/updateChecker.json" #optional # A URL for the "homepage" for this mod, displayed in the mod UI -#displayURL="http://example.com/" #optional +displayURL="https://modrinth.com/mod/speedometer" #optional # A file name (in the root of the mod JAR) containing a logo for display logoFile="icon.png" #optional # A text field displayed in the mod UI