From abf5f4db3f8b7dcafc9f88c557198afdf90f3f99 Mon Sep 17 00:00:00 2001 From: Jottyfan Date: Sun, 19 Apr 2026 15:59:51 +0200 Subject: [PATCH] bump version --- gradle.properties | 6 +++--- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 59fe80e..3066ffc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,14 +7,14 @@ org.gradle.configuration-cache=false # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=26.1.1 +minecraft_version=26.1.2 loader_version=0.19.2 loom_version=1.15-SNAPSHOT # Mod Properties -mod_version=26.1.1.0 +mod_version=26.1.2.0 maven_group=de.jottyfan.minecraft archives_base_name=quickly # Dependencies -fabric_api_version=0.145.4+26.1.1 \ No newline at end of file +fabric_api_version=0.146.1+26.1.2 \ No newline at end of file diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 377bc2c..8c61425 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -24,7 +24,7 @@ }, "depends": { "fabricloader": ">=0.19.2", - "minecraft": "~26.1.1-", + "minecraft": "~26.1.2-", "java": ">=25", "fabric-api": "*" }