Skip to content

Commit 0cef66e

Browse files
1.21.5-rc2
1 parent 46ca5f1 commit 0cef66e

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"discord": "https://discord.gg/viaversion"
1313
},
1414
"depends": {
15-
"minecraft": ["1.14.4", "1.15.2", "1.16.4", "1.16.5", "1.17.1", "1.18.2", "1.19.4", "1.20", "1.20.1", "1.20.3", "1.20.5", "1.20.6", "1.21.5-rc.1"],
15+
"minecraft": ["1.14.4", "1.15.2", "1.16.4", "1.16.5", "1.17.1", "1.18.2", "1.19.4", "1.20", "1.20.1", "1.20.3", "1.20.5", "1.20.6", "1.21.5-rc.2"],
1616
"viaversion": ">=5.0.0"
1717
},
1818
"breaks": {

viafabric-mc1215/build.gradle.kts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
dependencies {
2-
minecraft("com.mojang:minecraft:1.21.5-rc1")
3-
mappings("net.fabricmc:yarn:1.21.5-rc1+build.1:v2")
2+
minecraft("com.mojang:minecraft:1.21.5-rc2")
3+
mappings("net.fabricmc:yarn:1.21.5-rc2+build.1:v2")
44

5-
modImplementation(fabricApi.module("fabric-api-base", "0.119.2+1.21.5"))
6-
modImplementation(fabricApi.module("fabric-resource-loader-v0", "0.119.2+1.21.5"))
7-
modImplementation(fabricApi.module("fabric-command-api-v1", "0.119.2+1.21.5"))
8-
modImplementation(fabricApi.module("fabric-lifecycle-events-v1", "0.119.2+1.21.5"))
9-
modImplementation(fabricApi.module("fabric-screen-api-v1", "0.119.2+1.21.5"))
10-
modImplementation(fabricApi.module("fabric-registry-sync-v0", "0.119.2+1.21.5"))
11-
modImplementation(fabricApi.module("fabric-key-binding-api-v1", "0.119.2+1.21.5"))
5+
modImplementation(fabricApi.module("fabric-api-base", "0.119.4+1.21.5"))
6+
modImplementation(fabricApi.module("fabric-resource-loader-v0", "0.119.4+1.21.5"))
7+
modImplementation(fabricApi.module("fabric-command-api-v1", "0.119.4+1.21.5"))
8+
modImplementation(fabricApi.module("fabric-lifecycle-events-v1", "0.119.4+1.21.5"))
9+
modImplementation(fabricApi.module("fabric-screen-api-v1", "0.119.4+1.21.5"))
10+
modImplementation(fabricApi.module("fabric-registry-sync-v0", "0.119.4+1.21.5"))
11+
modImplementation(fabricApi.module("fabric-key-binding-api-v1", "0.119.4+1.21.5"))
1212
modImplementation("com.terraformersmc:modmenu:13.0.0")
1313
}
1414

viafabric-mc1215/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
},
5959
"depends": {
6060
"fabric-resource-loader-v0": "*",
61-
"minecraft": "1.21.5-rc.1",
61+
"minecraft": "1.21.5-rc.2",
6262
"viafabric": "*"
6363
},
6464
"recommends": {

0 commit comments

Comments
 (0)