diff options
author | xtrm <oss@xtrm.me> | 2023-02-04 18:18:04 +0100 |
---|---|---|
committer | xtrm <oss@xtrm.me> | 2023-02-04 18:18:04 +0100 |
commit | 99be374aa343029e670dd1c8abcc834004363fc5 (patch) | |
tree | db7fb58825b917904378100b39b20d7baeda2a05 /src/main/resources/mcmod.info | |
parent | bef30e98cf9f3697ac6fefbd82f4cb160edaad46 (diff) | |
download | Chatting-99be374aa343029e670dd1c8abcc834004363fc5.tar.gz Chatting-99be374aa343029e670dd1c8abcc834004363fc5.tar.bz2 Chatting-99be374aa343029e670dd1c8abcc834004363fc5.zip |
added mod icon, fixed potential crash, bumped gradle to 7.6, bumped to 1.4.2-beta5
Diffstat (limited to 'src/main/resources/mcmod.info')
-rw-r--r-- | src/main/resources/mcmod.info | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index 46cce6c..ae069a9 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -2,13 +2,13 @@ { "modid": "${id}", "name": "${name}", - "description": "A chat mod.", + "description": "A chat mod adding utilities such as extremely customizable chat tabs, chat shortcuts, chat screenshots, and message copying.", "version": "${version}", "mcversion": "1.8.9", "url": "", "updateUrl": "", "authorList": [ - "W-OVERFLOW" + "Polyfrost" ], "credits": "Mo2men#2806 for chat icons, Pablo", "logoFile": "", |