From d709aa89e623c8c9822b24fcecaaff5e1af99ddb Mon Sep 17 00:00:00 2001 From: Big-Iron-Cheems <52252627+Big-Iron-Cheems@users.noreply.github.com> Date: Mon, 15 Dec 2025 10:43:16 +0100 Subject: [PATCH] 1.21.11 update --- gradle/libs.versions.toml | 10 +++++----- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 122642d..d250f65 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,15 +2,15 @@ mod-version = "0.1.0" # Fabric (https://fabricmc.net/develop) -minecraft = "1.21.10" -yarn-mappings = "1.21.10+build.2" -fabric-loader = "0.17.3" +minecraft = "1.21.11" +yarn-mappings = "1.21.11+build.3" +fabric-loader = "0.18.2" # Loom (https://github.com/FabricMC/fabric-loom) -loom = "1.12-SNAPSHOT" +loom = "1.14-SNAPSHOT" # Meteor (https://github.com/MeteorDevelopment/meteor-client/) -meteor = "1.21.10-SNAPSHOT" +meteor = "1.21.11-SNAPSHOT" # Mods diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index c7c14a0..1468432 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -30,7 +30,7 @@ }, "depends": { "java": ">=21", - "minecraft": ["${mc_version}", "1.21.9"], + "minecraft": ["${mc_version}"], "meteor-client": "*" } }