Skip to content

Commit

Permalink
for 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Jul 12, 2024
1 parent 3d29072 commit 28daffb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ publisher {

versionType.set("release")
projectVersion.set(project.version.toString())
gameVersions.set(listOf("1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6"))
gameVersions.set(listOf("1.21"))
loaders.set(listOf("fabric", "quilt"))
curseEnvironment.set("client")

Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ archives-name = "edgelesschatscreen"
mod = "1.1.3"
loader = "fabric"

minecraft = "1.20"
yarn = "1.20+build.1"
minecraft = "1.21"
yarn = "1.21+build.9"
fabric-loader = "0.15.11"
fabric-api = "0.83.0+1.20"
fabric-api = "0.100.6+1.21"
fabric-loom = "1.6-SNAPSHOT"
modpublisher = "2.1.0"

Expand All @@ -18,7 +18,7 @@ id-curseforge = "998249"
# display
display-name = "Edgeless Chat Screen"
display-loader = "Fabric"
display-version = "1.20.x"
display-version = "1.21+"

[libraries]
minecraft = { group = "com.mojang", name = "minecraft", version.ref = "minecraft" }
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 @@ -30,7 +30,7 @@

"depends": {
"fabricloader": "*",
"minecraft": "1.20.x"
"minecraft": "1.21.x"
},
"suggests": {
}
Expand Down

0 comments on commit 28daffb

Please # to comment.