From: Stephen Seo Date: Wed, 23 Oct 2024 07:27:31 +0000 (+0900) Subject: Add updateJSONURL to mods.toml file X-Git-Tag: forge-1.26.1~1 X-Git-Url: https://git.seodisparate.com/stephenseo/LD52?a=commitdiff_plain;h=cf8df83b492afce24cdb1ce636c241da903c493f;p=TurnBasedMinecraftMod Add updateJSONURL to mods.toml file --- diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 9ac336d..fa75df9 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -20,6 +20,7 @@ version="${mod_version}" #mandatory displayName="${mod_name}" #mandatory # A URL to query for updates for this mod. See the JSON update specification #updateJSONURL="" #optional +updateJSONURL="https://github.com/Stephen-Seo/TurnBasedMinecraftMod/raw/refs/heads/forge/update.json" # A URL for the "homepage" for this mod, displayed in the mod UI displayURL="https://github.com/Stephen-Seo/TurnBasedMinecraftMod" #optional # A file name (in the root of the mod JAR) containing a logo for display