Skip to content

Commit

Permalink
Small Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
StockiesLad committed Nov 21, 2022
1 parent ccb610d commit aed16aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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]",
Expand Down

0 comments on commit aed16aa

Please sign in to comment.