update description

This commit is contained in:
1e99 2024-12-16 17:48:38 +01:00
parent d6599536fd
commit 79578f6e36
2 changed files with 1 additions and 6 deletions

View file

@ -43,8 +43,3 @@ java {
targetCompatibility = JavaVersion.VERSION_21 targetCompatibility = JavaVersion.VERSION_21
} }
jar {
from("LICENSE") {
rename { "${it}_${project.base.archivesName.get()}" }
}
}

View file

@ -3,7 +3,7 @@
"id": "pixelchat", "id": "pixelchat",
"version": "${version}", "version": "${version}",
"name": "PixelChat", "name": "PixelChat",
"description": "This mod makes the minecraft chat great again", "description": "A simple mod to share images in-game.",
"authors": [ "authors": [
"1e99" "1e99"
], ],