diff --git a/build.gradle b/build.gradle index 3580eb960..b60b3fccc 100644 --- a/build.gradle +++ b/build.gradle @@ -11,8 +11,8 @@ loom { } group = "mod.${author}.${modid}" -version = "${mod_version}-${minecraft_version}" -archivesBaseName = "CreateDeco-Fabric+${version}" +version = "${mod_version}" +archivesBaseName = "CreateDeco-Fabric-${project.minecraft_version}" java.toolchain.languageVersion = JavaLanguageVersion.of(17) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index fa9d911fc..de0320662 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -4,7 +4,7 @@ "version": "${version}", "name": "Create Deco", - "description": "Create Deco, for when your intricate spinning factory needs a little more beauty.\n\nAdds several varieties of decorative blocks to fill out Create's palette.", + "description": "Create Deco, for when your intricate spinning factory needs a little more beauty. Adds several varieties of decorative blocks to fill out Create's palette.", "authors": [ "Talrey [Code]", "Kayladillo [Art]",