Add updateJSONURL to mods.toml file
This commit is contained in:
parent
1b585b4377
commit
cf8df83b49
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ version="${mod_version}" #mandatory
|
||||||
displayName="${mod_name}" #mandatory
|
displayName="${mod_name}" #mandatory
|
||||||
# A URL to query for updates for this mod. See the JSON update specification <here>
|
# A URL to query for updates for this mod. See the JSON update specification <here>
|
||||||
#updateJSONURL="" #optional
|
#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
|
# A URL for the "homepage" for this mod, displayed in the mod UI
|
||||||
displayURL="https://github.com/Stephen-Seo/TurnBasedMinecraftMod" #optional
|
displayURL="https://github.com/Stephen-Seo/TurnBasedMinecraftMod" #optional
|
||||||
# A file name (in the root of the mod JAR) containing a logo for display
|
# A file name (in the root of the mod JAR) containing a logo for display
|
||||||
|
|
Loading…
Reference in a new issue