From d47907cdf4333cce46641814ad5fdabaf273303e Mon Sep 17 00:00:00 2001 From: TheWhiteDog9487 Date: Fri, 18 Jul 2025 11:19:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=87=B3Minecraft=201.21.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Feature Drop和Bugfix混用小版本号的话,年底,不,甚至暑假结束之前有望突破1.21.10 --- build.gradle.kts | 4 ++-- gradle.properties | 6 +++--- src/main/resources/fabric.mod.json | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 06c56a2..dbeab28 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,9 +1,9 @@ plugins { - id("fabric-loom") version "1.10-SNAPSHOT" + id("fabric-loom") version "1.11-SNAPSHOT" id("maven-publish") } -version = "${project.extra["mod_version"]}" +version = project.extra["mod_version"] as String group = project.extra["maven_group"] as String base { diff --git a/gradle.properties b/gradle.properties index 1ee10ea..b4c6944 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.7 -yarn_mappings=1.21.7+build.1 +minecraft_version=1.21.8 +yarn_mappings=1.21.8+build.1 loader_version=0.16.14 # Mod Properties @@ -14,7 +14,7 @@ maven_group=xyz.thewhitedog9487 archives_base_name=RandomTeleporter # Dependencies -fabric_version=0.128.1+1.21.7 +fabric_version=0.129.0+1.21.8 # 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 b8148de..3f6e555 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.7", + "minecraft": "1.21.8", "java": ">=21", - "fabric-api": ">=0.128.1" + "fabric-api": ">=0.129.0" }, "suggests": { "another-mod": "*"