From f2899a9ac7e1bd09e91443817994f972485e1e6e Mon Sep 17 00:00:00 2001 From: LonelySail Date: Thu, 19 Feb 2026 12:01:49 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 f89bb10..6c5753b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,9 +4,9 @@ org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=1.21.11 -yarn_mappings=1.21.11+build.4 -loader_version=0.18.4 +minecraft_version=1.16 +yarn_mappings=1.16+build.4 +loader_version=0.16.7 # Mod Properties mod_version=1.0.3 @@ -14,5 +14,5 @@ maven_group=top.alazeprt.sls archives_base_name=serverlistsync # Dependencies -fabric_version=0.106.0+1.21.1 +fabric_version=0.42.0+1.16 modmenu_version=11.0.3 \ No newline at end of file diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 3ee53d5..c9909c8 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -29,8 +29,8 @@ } ], "depends": { - "fabricloader": ">=0.15.12", - "minecraft": "~1.21.1", + "fabricloader": ">=0.16.7", + "minecraft": "~1.16", "java": ">=21", "fabric-api": "*" }, From 18af39feeba5df6353be6cea8640c189042ac499 Mon Sep 17 00:00:00 2001 From: LonelySail Date: Thu, 19 Feb 2026 19:09:24 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Java=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9edaca1..d4b804b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: matrix: # Use these Java versions java: [ - 21, # Current Java LTS + 17, # Current Java LTS ] runs-on: ubuntu-22.04 steps: