-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b699e0
commit d508078
Showing
1 changed file
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |