Skip to content

Commit

Permalink
1.21.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Oct 28, 2024
1 parent dc49ef8 commit aaec61e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ format = { version = "1.1" }

[versions]
indra = "3.1.3"
minecraft = "1.21.2-rc1"
minecraft = "1.21.3"
fabricLoader = "0.16.7"
fabricApi = "0.106.0+1.21.2"
fabricApi = "0.106.1+1.21.3"
modmenu = "12.0.0-beta.1"
viafabricplus = "3.3.0"
vineflower = "1.10.1"
Expand All @@ -18,7 +18,7 @@ fabric-api = { module = "net.fabricmc.fabric-api:fabric-api", version.ref = "fab
fabric-api-bom = { module = "net.fabricmc.fabric-api:fabric-api-bom", version.ref = "fabricApi" }
fabric-api-networking = { module = "net.fabricmc.fabric-api:fabric-networking-api-v1" }
modmenu = { module = "com.terraformersmc:modmenu", version.ref = "modmenu" }
neoforge = { module = "net.neoforged:neoforge", version = "21.1.72"}
neoforge = { module = "net.neoforged:neoforge", version = "21.3.3-beta"}
viafabricplus-api = { module = "de.florianmichael:ViaFabricPlus", version.ref = "viafabricplus" }
viaversion = { module = "com.viaversion:viaversion-common", version = "5.0.5" }
vineflower = { module = "org.vineflower:vineflower", version.ref = "vineflower" }
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sequenceOf(
"fabric",
"protocol-common",
"protocol-fabric",
// "protocol-neoforge", // not until release
"protocol-neoforge",
).forEach {
include("worldeditcui-$it")
}
2 changes: 1 addition & 1 deletion worldeditcui-fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"fabric-lifecycle-events-v1": "^2.0.0",
"fabric-screen-api-v1": ">=1.0.9",
"fabric-resource-loader-v0": ">=0.4.17",
"minecraft": ">=1.21.1"
"minecraft": ">=1.21.2"
},
"suggests": {
"worldedit": ">=7.2.0"
Expand Down
1 change: 0 additions & 1 deletion worldeditcui-protocol-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ architectury {

dependencies {
modImplementation(libs.fabric.loader)
modImplementation(libs.fabric.api)
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"depends": {
"fabric-api-base": "*",
"fabric-networking-api-v1": "*",
"minecraft": ">=1.20.5"
"minecraft": ">=1.21.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Protocol implementation for the client-side user interface for WorldEdit
[[dependencies.worldeditcui_protocol]]
modId = "neoforge"
type = "required"
versionRange = "[20.6,)"
versionRange = "[21.2,)"
ordering = "NONE"
side = "BOTH"

[[dependencies.worldeditcui_protocol]]
modId = "minecraft"
type = "required"
versionRange = "[1.20.6,)"
versionRange = "[1.21.2,)"
ordering = "NONE"
side = "BOTH"

0 comments on commit aaec61e

Please sign in to comment.