From 74ae52cc316c1fba4a7b0526245c0b7bbb82a2d0 Mon Sep 17 00:00:00 2001 From: Galvin Date: Wed, 25 Mar 2026 09:12:54 +0000 Subject: [PATCH 1/2] Update Minecraft and Fabric API versions in properties --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 66092a5..ccf7f24 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,14 +5,14 @@ org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=26.1-snapshot-6 +minecraft_version=26.1 loader_version=0.18.4 loom_version=1.15-SNAPSHOT # Mod Properties -mod_version=1.0.1-beta+26.1-snapshots_fabric +mod_version=1.0.1-beta+26.1 maven_group=me.imgalvin archives_base_name=auto-lan # Dependencies -fabric_api_version=0.143.2+26.1 \ No newline at end of file +fabric_api_version=0.144.0+26.1 From 45009bcd23b98446e4df82752ce3dccd7d5800da Mon Sep 17 00:00:00 2001 From: Galvin Date: Wed, 25 Mar 2026 09:14:21 +0000 Subject: [PATCH 2/2] Update Minecraft dependency version in fabric.mod.json --- src/main/resources/fabric.mod.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index c6cd631..c257e6f 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -22,11 +22,11 @@ }, "depends": { "fabricloader": ">=0.16", - "minecraft": "26.1-alpha.6", + "minecraft": "26.1", "java": ">=25", "fabric-api": "*" }, "mixins": [ "autolan.client.mixins.json" ] -} \ No newline at end of file +}