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 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 +}