From 7e10364ccb27af3f4c16b945254e973fdad5587f Mon Sep 17 00:00:00 2001 From: JFronny Date: Sat, 18 Jun 2022 16:01:17 +0200 Subject: [PATCH] Add description to FMJ --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 13b6db1..704b703 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -3,7 +3,7 @@ "id": "google-chat", "version": "${version}", "name": "GoogleChat", - "description": "", + "description": "Automatically translates chat messages", "authors": [], "contact": {}, "license": "MIT",