Skip to content

Commit 56fcb07

Browse files
committed
1.21.7
1 parent 4117056 commit 56fcb07

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ format = { version = "1.1" }
33

44
[versions]
55
indra = "3.1.3"
6-
minecraft = "1.21.6"
6+
minecraft = "1.21.7"
77
fabricLoader = "0.16.14"
8-
fabricApi = "0.128.1+1.21.6"
8+
fabricApi = "0.128.1+1.21.7"
99
modmenu = "15.0.0-beta.3"
1010
viafabricplus = "3.3.0"
1111
vineflower = "1.10.1"
@@ -19,7 +19,7 @@ fabric-api = { module = "net.fabricmc.fabric-api:fabric-api", version.ref = "fab
1919
fabric-api-bom = { module = "net.fabricmc.fabric-api:fabric-api-bom", version.ref = "fabricApi" }
2020
fabric-api-networking = { module = "net.fabricmc.fabric-api:fabric-networking-api-v1" }
2121
modmenu = { module = "com.terraformersmc:modmenu", version.ref = "modmenu" }
22-
neoforge = { module = "net.neoforged:neoforge", version = "21.6.20-beta"}
22+
neoforge = { module = "net.neoforged:neoforge", version = "21.7.1-beta"}
2323
viafabricplus-api = { module = "de.florianmichael:ViaFabricPlus", version.ref = "viafabricplus" }
2424
viaversion = { module = "com.viaversion:viaversion-common", version = "5.0.5" }
2525
vineflower = { module = "org.vineflower:vineflower", version.ref = "vineflower" }
@@ -39,9 +39,9 @@ spotless = { id = "com.diffplug.spotless", version = "6.25.0" }
3939
versions = { id = "com.github.ben-manes.versions", version = "0.51.0" }
4040

4141
[libraries.cuiProtocol-fabric]
42-
module = "org.enginehub.worldeditcui-protocol:worldeditcui-protocol-fabric-mc1.21.6"
42+
module = "org.enginehub.worldeditcui-protocol:worldeditcui-protocol-fabric-mc1.21.7"
4343
version.ref = "cuiProtocol"
4444

4545
[libraries.cuiProtocol-neoforge]
46-
module = "org.enginehub.worldeditcui-protocol:worldeditcui-protocol-neoforge-mc1.21.6"
46+
module = "org.enginehub.worldeditcui-protocol:worldeditcui-protocol-neoforge-mc1.21.7"
4747
version.ref = "cuiProtocol"

worldeditcui-fabric/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"minecraft": ">=1.21.5"
4747
},
4848
"suggests": {
49-
"worldedit": ">=7.2.0"
49+
"worldedit": ">=7.3.12"
5050
},
5151
"breaks": {
5252
"worldedit": ["7.3.1", "7.3.2", "7.3.3", "7.3.4-beta-01", "7.3.4", "7.3.5", "7.3.6", "7.3.7", "7.3.8", "7.3.9-beta-01", "7.3.9", "7.3.10-beta-01", "7.3.10", "7.3.11", "7.3.12-beta-01", "7.3.12-beta-02"]

0 commit comments

Comments
 (0)