From 79578f6e36743f722b12152cac8a5dca4f05bedb Mon Sep 17 00:00:00 2001 From: 1e99 Date: Mon, 16 Dec 2024 17:48:38 +0100 Subject: [PATCH] update description --- mod-fabric/build.gradle | 5 ----- mod-fabric/resources/fabric.mod.json | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/mod-fabric/build.gradle b/mod-fabric/build.gradle index 21a086f..5836b0b 100644 --- a/mod-fabric/build.gradle +++ b/mod-fabric/build.gradle @@ -43,8 +43,3 @@ java { targetCompatibility = JavaVersion.VERSION_21 } -jar { - from("LICENSE") { - rename { "${it}_${project.base.archivesName.get()}" } - } -} diff --git a/mod-fabric/resources/fabric.mod.json b/mod-fabric/resources/fabric.mod.json index 9c6e155..a79460a 100644 --- a/mod-fabric/resources/fabric.mod.json +++ b/mod-fabric/resources/fabric.mod.json @@ -3,7 +3,7 @@ "id": "pixelchat", "version": "${version}", "name": "PixelChat", - "description": "This mod makes the minecraft chat great again", + "description": "A simple mod to share images in-game.", "authors": [ "1e99" ],