From: Stephen Seo Date: Wed, 23 Oct 2024 07:26:15 +0000 (+0900) Subject: Add updateJSONURL to mods.toml file X-Git-Tag: neoforge-1.26.1~1 X-Git-Url: https://git.seodisparate.com/tbm-server-edit-damage-sources-set.png?a=commitdiff_plain;h=7c321a7827635ab1dda4f0827fcc23ce3066fc5c;p=TurnBasedMinecraftMod Add updateJSONURL to mods.toml file --- diff --git a/src/main/templates/META-INF/neoforge.mods.toml b/src/main/templates/META-INF/neoforge.mods.toml index a3b1b0b..400538c 100644 --- a/src/main/templates/META-INF/neoforge.mods.toml +++ b/src/main/templates/META-INF/neoforge.mods.toml @@ -30,6 +30,7 @@ displayName="${mod_name}" #mandatory # A URL to query for updates for this mod. See the JSON update specification https://docs.neoforged.net/docs/misc/updatechecker/ #updateJSONURL="https://change.me.example.invalid/updates.json" #optional +updateJSONURL="https://github.com/Stephen-Seo/TurnBasedMinecraftMod/raw/refs/heads/neoforge/update.json" # A URL for the "homepage" for this mod, displayed in the mod UI #displayURL="https://change.me.to.your.mods.homepage.example.invalid/" #optional