From 2ac439f99efed6492a3d541ff6ec4f6ec3f0d17b Mon Sep 17 00:00:00 2001 From: ichttt Date: Sun, 27 Jan 2019 21:23:24 +0100 Subject: [PATCH] Reimplement update checker --- src/main/resources/META-INF/mods.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 3c4cc87..7c52e29 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -7,8 +7,6 @@ modLoader="javafml" #mandatory # A version range to match for said mod loader - for regular FML @Mod it will be the forge version loaderVersion="[24,)" #mandatory (24 is current forge version) -# A URL to query for updates for this mod. See the JSON update specification -updateJSONURL="http://myurl.me/" #optional # A URL to refer people to when problems occur with this mod issueTrackerURL="http://my.issue.tracker/" #optional # A URL for the "homepage" for this mod, displayed in the mod UI @@ -27,6 +25,8 @@ modId="examplemod" #mandatory version="${file.jarVersion}" #mandatory # A display name for the mod displayName="Example Mod" #mandatory +# A URL to query for updates for this mod. See the JSON update specification +updateJSONURL="http://myurl.me/" #optional # The description text for the mod (multi line!) (#mandatory) description=''' This is a long form description of the mod. You can write whatever you want here