From ec7658965f9d2406a0be3200b5387366e3d2e8f9 Mon Sep 17 00:00:00 2001 From: Relentless Date: Wed, 24 Mar 2021 16:08:58 +0100 Subject: [PATCH] improved modinfo --- modinfo.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/modinfo.json b/modinfo.json index d3653c5..faf9d91 100644 --- a/modinfo.json +++ b/modinfo.json @@ -2,8 +2,15 @@ "mods": [ { "name": "EridiumLib", - "authors": "Chronophylos, Relentless", - "description": "Holds utility functions for some mods.", + "authors": ["Chronophylos", "Relentless"], + "description": [ + "Holds utility functions for some mods.\n", + "\n", + "Everything related to versions and their release notes can be found in the [changelog](https://github.com/RLNT/bl2_eridium/blob/main/CHANGELOG.md).\n", + "If you found a bug or you have a feature request, please use our issue tracker linked below.\n", + "In case you need support, please join our [Discord](https://discordapp.com/invite/Q3qxws6)." + ], + "tagline": "Holds utility functions for some mods.", "types": ["Library"], "supports": ["BL2", "TPS"], "issues": "https://github.com/RLNT/bl2_eridium/issues",