From cc94d3d2d5e0377fca892b712802f1a1294a5bb8 Mon Sep 17 00:00:00 2001 From: viyrs <2991883280@qq.com> Date: Mon, 23 Feb 2026 21:17:00 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat(fabric.mod.json):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?Minecraft=E7=89=88=E6=9C=AC=E4=BE=9D=E8=B5=96=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将Minecraft版本依赖从">=1.21.8"更新为">=1.21.6 <=1.21.11", 以支持更广泛的Minecraft 1.21.x版本范围。 --- Fabric-1.21.11/src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fabric-1.21.11/src/main/resources/fabric.mod.json b/Fabric-1.21.11/src/main/resources/fabric.mod.json index e6700b7..3e30a0d 100644 --- a/Fabric-1.21.11/src/main/resources/fabric.mod.json +++ b/Fabric-1.21.11/src/main/resources/fabric.mod.json @@ -25,7 +25,7 @@ ], "depends": { "fabricloader": ">=0.18.4", - "minecraft": ">=1.21.8", + "minecraft": ">=1.21.6 <=1.21.11", "java": ">=21", "fabric-api": "*" } From 5c21e4bf637705def27c86fc3978f359f6ebf153 Mon Sep 17 00:00:00 2001 From: viyrs <2991883280@qq.com> Date: Mon, 23 Feb 2026 21:21:36 +0800 Subject: [PATCH 2/2] =?UTF-8?q?chore(build):=20=E6=9B=B4=E6=96=B0=E6=A8=A1?= =?UTF-8?q?=E7=BB=84=E7=89=88=E6=9C=AC=E5=8F=B7=E4=BB=A5=E5=8C=B9=E9=85=8D?= =?UTF-8?q?Minecraft=201.21.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将mod_version从1.4.0更新为1.4.0-mc1.21.11,以明确标识 该版本针对Minecraft 1.21.11进行适配。 --- Fabric-1.21.11/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fabric-1.21.11/gradle.properties b/Fabric-1.21.11/gradle.properties index d8522e9..ac8df9a 100644 --- a/Fabric-1.21.11/gradle.properties +++ b/Fabric-1.21.11/gradle.properties @@ -12,7 +12,7 @@ loader_version=0.18.4 loom_version=1.15-SNAPSHOT # Mod Properties -mod_version=1.4.0 +mod_version=1.4.0-mc1.21.11 maven_group=com.box3lab archives_base_name=box3