Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Jul 17, 2024
1 parent 142f77d commit 947b048
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ publisher {
curseDepends.optional("bounced")
curseDepends.embedded()

displayName.set("${display.name} ${libs.versions.mod.get()} for ${display.loader} ${display.version}")
displayName.set("${display.name.get()} ${libs.versions.mod.get()} for ${display.loader.get()} ${display.version.get()}")

artifact.set(tasks.remapJar)
addAdditionalFile(tasks.remapSourcesJar)
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
maven-group = "band.kessokuteatime"
archives-name = "splasher"
mod = "6.2.2"
mod = "6.2.3"
loader = "fabric"

minecraft = "1.21"
Expand All @@ -13,7 +13,7 @@ modpublisher = "2.1.0"

cloth-config = "15.0.127"
modmenu = "11.0.1"
bounced = "4.1.2-fabric.1.21"
bounced = "4.1.3-fabric.1.21"
night-auto-config = "1.0.5-fabric.1.21"

# id
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 @@ -3,7 +3,7 @@
"id": "splasher",
"version": "${version}",

"name": "${display.name}",
"name": "${display.name.get()}",
"description": "Why don't splash? Splasher is a mod which makes splash texts fully customizable.",
"authors": [
"Kessoku Tea Time",
Expand Down

0 comments on commit 947b048

Please sign in to comment.