From e0477dede763f72194b33eae36958ece697c9790 Mon Sep 17 00:00:00 2001 From: Sydney Date: Wed, 30 Dec 2020 13:14:05 -0500 Subject: [PATCH] Remove unused URLs (#1731) This is to prevent console spam when loading the mod. --- src/main/resources/META-INF/mods.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 7e45a9f4..182a4fe5 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -20,10 +20,6 @@ modId="bloodmagic" #mandatory version="${file.jarVersion}" #mandatory # A display name for the mod displayName="Blood Magic" #mandatory -# A URL to query for updates for this mod. See the JSON update specification -updateJSONURL="http://myurl.me/" #optional -# A URL for the "homepage" for this mod, displayed in the mod UI -displayURL="http://example.com/" #optional # A file name (in the root of the mod JAR) containing a logo for display logoFile="examplemod.png" #optional # A text field displayed in the mod UI