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" ],