]> git.seodisparate.com - TurnBasedMinecraftMod/commitdiff
Add updateJSONURL to mods.toml file
authorStephen Seo <seo.disparate@gmail.com>
Wed, 23 Oct 2024 07:26:15 +0000 (16:26 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Wed, 23 Oct 2024 07:26:15 +0000 (16:26 +0900)
src/main/templates/META-INF/neoforge.mods.toml

index a3b1b0b00307a2daf954b8a6952cf840b8be2820..400538c44aa5a4f5583150dfdffb9ef41299e187 100644 (file)
@@ -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