From acb3e8030ce992d0ef259f55de9d45782084fdd5 Mon Sep 17 00:00:00 2001 From: Henning Raudzis <121398546+Craemon@users.noreply.github.com> Date: Wed, 8 Apr 2026 11:45:10 +0200 Subject: [PATCH] feat: Update to MC 26.1.1 --- gradle.properties | 4 ++-- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 72a9457..531f787 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=26.1 +minecraft_version=26.1.1 loader_version=0.18.6 loom_version=1.15-SNAPSHOT @@ -14,4 +14,4 @@ maven_group=io.nihlen.scriptschunkloaders archives_base_name=scripts-chunk-loaders # Dependencies -fabric_api_version=0.145.1+26.1 \ No newline at end of file +fabric_api_version=0.145.4+26.1.1 \ No newline at end of file diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index e6b5a35..4d73dcb 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -24,7 +24,7 @@ ], "depends": { "fabricloader": ">=0.18.6", - "minecraft": "26.1", + "minecraft": "26.1.1", "java": ">=25", "fabric-api": "*" }