Skip to content

Commit 89d6bc5

Browse files
1.21.5
1 parent 0cef66e commit 89d6bc5

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
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.2"],
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"],
1616
"viaversion": ">=5.0.0"
1717
},
1818
"breaks": {

viafabric-mc1215/build.gradle.kts

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

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"))
12-
modImplementation("com.terraformersmc:modmenu:13.0.0")
5+
modImplementation(fabricApi.module("fabric-api-base", "0.119.5+1.21.5"))
6+
modImplementation(fabricApi.module("fabric-resource-loader-v0", "0.119.5+1.21.5"))
7+
modImplementation(fabricApi.module("fabric-command-api-v1", "0.119.5+1.21.5"))
8+
modImplementation(fabricApi.module("fabric-lifecycle-events-v1", "0.119.5+1.21.5"))
9+
modImplementation(fabricApi.module("fabric-screen-api-v1", "0.119.5+1.21.5"))
10+
modImplementation(fabricApi.module("fabric-registry-sync-v0", "0.119.5+1.21.5"))
11+
modImplementation(fabricApi.module("fabric-key-binding-api-v1", "0.119.5+1.21.5"))
12+
modImplementation("com.terraformersmc:modmenu:14.0.0-rc.2")
1313
}
1414

1515
tasks.compileJava {

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.2",
61+
"minecraft": "1.21.5",
6262
"viafabric": "*"
6363
},
6464
"recommends": {

0 commit comments

Comments
 (0)