Remove unused URLs (#1731)
This is to prevent console spam when loading the mod.
This commit is contained in:
parent
2d4ea508c0
commit
e0477dede7
|
@ -20,10 +20,6 @@ modId="bloodmagic" #mandatory
|
||||||
version="${file.jarVersion}" #mandatory
|
version="${file.jarVersion}" #mandatory
|
||||||
# A display name for the mod
|
# A display name for the mod
|
||||||
displayName="Blood Magic" #mandatory
|
displayName="Blood Magic" #mandatory
|
||||||
# A URL to query for updates for this mod. See the JSON update specification <here>
|
|
||||||
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
|
# A file name (in the root of the mod JAR) containing a logo for display
|
||||||
logoFile="examplemod.png" #optional
|
logoFile="examplemod.png" #optional
|
||||||
# A text field displayed in the mod UI
|
# A text field displayed in the mod UI
|
||||||
|
|
Loading…
Reference in a new issue