Skip to content

Commit 2b0c500

Browse files
committed
fix
1 parent dca1ba9 commit 2b0c500

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ publisher {
9292
curseDepends.optional("bounced")
9393
curseDepends.embedded()
9494

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

9797
artifact.set(tasks.remapJar)
9898
addAdditionalFile(tasks.remapSourcesJar)

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
maven-group = "band.kessokuteatime"
33
archives-name = "splasher"
4-
mod = "6.2.2"
4+
mod = "6.2.3"
55
loader = "fabric"
66

77
minecraft = "1.20.3"
@@ -13,7 +13,7 @@ modpublisher = "2.1.0"
1313

1414
cloth-config = "13.0.121"
1515
modmenu = "9.0.0"
16-
bounced = "4.1.2-fabric.1.20.3"
16+
bounced = "4.1.3-fabric.1.20.3"
1717
night-auto-config = "1.0.5-fabric.1.20"
1818

1919
# id

src/main/resources/fabric.mod.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "splasher",
44
"version": "${version}",
55

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

0 commit comments

Comments
 (0)