From 7159e2073d4e91e98de89a77a60de296c4d837af Mon Sep 17 00:00:00 2001 From: OakBricks Date: Mon, 26 Jul 2021 16:00:52 -0500 Subject: [PATCH] add json url --- src/main/resources/META-INF/mods.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 95a3c48..8304d00 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -23,7 +23,7 @@ version="1.1.0" #mandatory # A display name for the mod displayName="Oak's Ore Mod" #mandatory # A URL to query for updates for this mod. See the JSON update specification https://mcforge.readthedocs.io/en/latest/gettingstarted/autoupdate/ -#updateJSONURL="https://change.me.example.invalid/updates.json" #optional +updateJSONURL="https://oakbricks.github.io/oakbricks/oakoresforge-promos.json" #optional # A URL for the "homepage" for this mod, displayed in the mod UI #displayURL="https://change.me.to.your.mods.homepage.example.invalid/" #optional # A file name (in the root of the mod JAR) containing a logo for display