Skip to content

Commit c5d9268

Browse files
committed
26.1-snapshot-5
Signed-off-by: FlorianMichael <git@florianmichael.de>
1 parent 7e5377f commit c5d9268

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ publishing {
107107

108108
dependencies {
109109
// dummy version
110-
minecraft("com.mojang:minecraft:26.1-snapshot-4")
110+
minecraft("com.mojang:minecraft:26.1-snapshot-5")
111111

112112
include("com.viaversion:viaversion:${rootProject.extra["viaver_version"]}")
113113

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"depends": {
1515
"minecraft": [
16-
"26.1-alpha.4"
16+
"26.1-alpha.5"
1717
],
1818
"viaversion": ">=5.0.0"
1919
},

viafabric-mc26-1/build.gradle.kts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
dependencies {
2-
minecraft("com.mojang:minecraft:26.1-snapshot-4")
2+
minecraft("com.mojang:minecraft:26.1-snapshot-5")
33

4-
implementation(fabricApi.module("fabric-api-base", "0.142.1+26.1"))
5-
implementation(fabricApi.module("fabric-resource-loader-v0", "0.142.1+26.1"))
6-
implementation(fabricApi.module("fabric-command-api-v2", "0.142.1+26.1"))
7-
implementation(fabricApi.module("fabric-lifecycle-events-v1", "0.142.1+26.1"))
8-
implementation(fabricApi.module("fabric-screen-api-v1", "0.142.1+26.1"))
9-
implementation(fabricApi.module("fabric-registry-sync-v0", "0.142.1+26.1"))
4+
implementation(fabricApi.module("fabric-api-base", "0.142.3+26.1"))
5+
implementation(fabricApi.module("fabric-resource-loader-v0", "0.142.3+26.1"))
6+
implementation(fabricApi.module("fabric-command-api-v2", "0.142.3+26.1"))
7+
implementation(fabricApi.module("fabric-lifecycle-events-v1", "0.142.3+26.1"))
8+
implementation(fabricApi.module("fabric-screen-api-v1", "0.142.3+26.1"))
9+
implementation(fabricApi.module("fabric-registry-sync-v0", "0.142.3+26.1"))
1010
compileOnly("com.terraformersmc:modmenu:16.0.0-rc.1")
1111
}

viafabric-mc26-1/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"depends": {
5858
"fabric-resource-loader-v0": "*",
59-
"minecraft": "26.1-alpha.4",
59+
"minecraft": "26.1-alpha.5",
6060
"viafabric": "*"
6161
},
6262
"recommends": {

0 commit comments

Comments
 (0)