From 8c55311f27de7cbadf4d1016d1ea3d41fc09ecb5 Mon Sep 17 00:00:00 2001 From: TheWhiteDog9487 Date: Tue, 1 Jul 2025 08:49:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=87=B3Minecraft=201.21.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit La-la-la-lava, ch-ch-ch-chicken Steve's Lava Chicken, yeah, it's tasty as hell Ooh, mamacita, now you're ringin' the bell Crispy and juicy, now you're havin' a snack Ooh, super spicy, it's a lava attack --- gradle.properties | 8 ++++---- src/main/resources/fabric.mod.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index f5618bf..1ee10ea 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.6 -yarn_mappings=1.21.6+build.1 +minecraft_version=1.21.7 +yarn_mappings=1.21.7+build.1 loader_version=0.16.14 # Mod Properties @@ -14,8 +14,8 @@ maven_group=xyz.thewhitedog9487 archives_base_name=RandomTeleporter # Dependencies -fabric_version=0.127.0+1.21.6 +fabric_version=0.128.1+1.21.7 # https://modrinth.com/mod/modmenu/versions # https://maven.terraformersmc.com/releases/com/terraformersmc/modmenu -modmenu_version=15.0.0-beta.1 \ No newline at end of file +modmenu_version=15.0.0-beta.3 \ No newline at end of file diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 26938aa..b8148de 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -28,9 +28,9 @@ ], "depends": { "fabricloader": ">=0.16.14", - "minecraft": "1.21.6", + "minecraft": "1.21.7", "java": ">=21", - "fabric-api": ">=0.127.0" + "fabric-api": ">=0.128.1" }, "suggests": { "another-mod": "*"