From d508078ed363236f7ab1e3b3aa0a3e6fd30bb72c Mon Sep 17 00:00:00 2001 From: fox Date: Sat, 16 Sep 2023 23:10:38 +0300 Subject: [PATCH] mod.hjson + marking as beta --- mod.hjson | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/mod.hjson b/mod.hjson index 5a7a23a..4138842 100644 --- a/mod.hjson +++ b/mod.hjson @@ -1,11 +1,20 @@ name: "minchat" description: ''' -WIP global mindustry chat +The first mod adding global mindustry chat. + +THIS MOD IS CURRENTLY IN THE BETA-STAGE! YOU CAN USE IT BUT EXPECT VARIOUS BUGS AND RAPID CHANGES! +You can see the roadmap in the "TODO.md" file on github! + +Accessing the chat ui: +On desktop, press the ` key on your keyboard, or use the gui buttons. +On mobile, press the "Minchat" button either in the main menu or in-game to do the same. + +There are various tutorials that will guide you through the user interface of this mod. ''' displayName: "MinChat Official" author: "Mnemotechnician" minGameVersion: "137" -version: "v0.4.0" +version: "v0.4.1-beta" main: "io.minchat.client.MinchatMod" hidden: true