Skip to content

Commit acb3e80

Browse files
committed
feat: Update to MC 26.1.1
1 parent f08ab01 commit acb3e80

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ org.gradle.parallel=true
44

55
# Fabric Properties
66
# check these on https://fabricmc.net/develop
7-
minecraft_version=26.1
7+
minecraft_version=26.1.1
88
loader_version=0.18.6
99
loom_version=1.15-SNAPSHOT
1010

@@ -14,4 +14,4 @@ maven_group=io.nihlen.scriptschunkloaders
1414
archives_base_name=scripts-chunk-loaders
1515

1616
# Dependencies
17-
fabric_api_version=0.145.1+26.1
17+
fabric_api_version=0.145.4+26.1.1

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"depends": {
2626
"fabricloader": ">=0.18.6",
27-
"minecraft": "26.1",
27+
"minecraft": "26.1.1",
2828
"java": ">=25",
2929
"fabric-api": "*"
3030
}

0 commit comments

Comments
 (0)