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