From a903dda82e1c1ea068e9d389292032cd79b2c9f3 Mon Sep 17 00:00:00 2001 From: TheWhiteDog9487 Date: Thu, 11 Dec 2025 14:36:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=88=B0Minecraft=201.21.11?= =?UTF-8?q?=20=E5=86=8D=E8=A7=81=E4=BA=86=E4=BC=A0=E5=A5=87=E8=80=90?= =?UTF-8?q?=E6=9B=B4=E7=8E=8B=EF=BC=8C=E5=86=8D=E8=A7=81=E4=BA=86Yarn=20?= =?UTF-8?q?=E4=B8=8B=E4=B8=80=E6=AC=A1=E7=9B=B8=E8=A7=81=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E5=B0=B1=E6=98=AF=E6=B2=A1=E6=9C=89=E6=BA=90=E7=A0=81=E6=B7=B7?= =?UTF-8?q?=E6=B7=86=E7=9A=84Minecraft=2026.1=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 9 ++++----- gradle.properties | 9 ++++----- src/main/resources/fabric.mod.json | 6 +++--- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index b3e1028..7faa323 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("fabric-loom") version "1.11-SNAPSHOT" + id("fabric-loom") version "1.14-SNAPSHOT" id("maven-publish") } @@ -25,10 +25,9 @@ loom { splitEnvironmentSourceSets() mods { - create("randomteleporter") { - sourceSet(sourceSets["main"]) - sourceSet(sourceSets["client"]) - } + val mod = create("randomteleporter") + mod.sourceSet("main") + mod.sourceSet("client") } } diff --git a/gradle.properties b/gradle.properties index b052d70..249c783 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,9 +4,8 @@ org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=1.21.10 -yarn_mappings=1.21.10+build.1 -loader_version=0.17.2 +minecraft_version=1.21.11 +loader_version=0.18.2 # Mod Properties mod_version=0.4.0 @@ -14,8 +13,8 @@ maven_group=xyz.thewhitedog9487 archives_base_name=RandomTeleporter # Dependencies -fabric_version=0.134.1+1.21.10 +fabric_version=0.139.4+1.21.11 # https://modrinth.com/mod/modmenu/versions # https://maven.terraformersmc.com/releases/com/terraformersmc/modmenu -modmenu_version=16.0.0-rc.1 \ No newline at end of file +modmenu_version=17.0.0-alpha.1 \ No newline at end of file diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 57e7453..c79e52d 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -27,10 +27,10 @@ } ], "depends": { - "fabricloader": ">=0.17.2", - "minecraft": "1.21.10", + "fabricloader": ">=0.18.2", + "minecraft": "1.21.11", "java": ">=21", - "fabric-api": ">=0.134.1" + "fabric-api": ">=0.139.4" }, "suggests": { "another-mod": "*"