Skip to content

Commit e670484

Browse files
chore: bump Minecraft to 26.1.2 (compatible with 26.1.x)
1 parent 60b72dd commit e670484

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[versions]
22
# Fabric (https://fabricmc.net/develop)
33
jdk = "25"
4-
minecraft = "26.1.1"
4+
minecraft = "26.1.2"
55
fabric-loader = "0.18.6"
6-
fabric-api = "0.145.4+26.1.1"
6+
fabric-api = "0.145.4+26.1.2"
77

88
# Plugins
99
# Loom (https://github.com/FabricMC/fabric-loom)
10-
loom = "1.15-SNAPSHOT"
10+
loom = "1.16-SNAPSHOT"
1111

1212
# Mods
1313
# Baritone (https://github.com/MeteorDevelopment/baritone)

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"java": ">=${jdk_version}",
5353
"minecraft": [
5454
"26.1",
55+
"26.1.1",
5556
"${minecraft_version}"
5657
],
5758
"fabricloader": ">=${loader_version}"

0 commit comments

Comments
 (0)