From cf8df83b492afce24cdb1ce636c241da903c493f Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Wed, 23 Oct 2024 16:27:31 +0900 Subject: [PATCH] Add updateJSONURL to mods.toml file --- src/main/resources/META-INF/mods.toml | 1 + 1 file changed, 1 insertion(+) 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