From 327dd5d168c2d7becbf98170aff34b997edcf2ef Mon Sep 17 00:00:00 2001 From: TheWhiteDog9487 <60037547+TheWhiteDog9487@users.noreply.github.com> Date: Wed, 8 Oct 2025 09:19:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=88=B0Minecraft=201.21.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 6 +++--- src/main/resources/fabric.mod.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index acc23a8..b052d70 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,8 +4,8 @@ org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=1.21.9 -yarn_mappings=1.21.9+build.1 +minecraft_version=1.21.10 +yarn_mappings=1.21.10+build.1 loader_version=0.17.2 # Mod Properties @@ -14,7 +14,7 @@ maven_group=xyz.thewhitedog9487 archives_base_name=RandomTeleporter # Dependencies -fabric_version=0.133.14+1.21.9 +fabric_version=0.134.1+1.21.10 # https://modrinth.com/mod/modmenu/versions # https://maven.terraformersmc.com/releases/com/terraformersmc/modmenu diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 93cf831..57e7453 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -28,9 +28,9 @@ ], "depends": { "fabricloader": ">=0.17.2", - "minecraft": "1.21.9", + "minecraft": "1.21.10", "java": ">=21", - "fabric-api": ">=0.133.14" + "fabric-api": ">=0.134.1" }, "suggests": { "another-mod": "*"