From b3ba40378f297ae1aeca3abb01bd70b956a7557c Mon Sep 17 00:00:00 2001 From: Zachary_QwQ <1400619125@qq.com> Date: Sat, 13 Dec 2025 13:37:05 +0800 Subject: [PATCH 1/3] Add files via upload --- docs-java/process/redstone/mod.md | 39 +++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/docs-java/process/redstone/mod.md b/docs-java/process/redstone/mod.md index c56f52e8f..ea0f6d2cc 100644 --- a/docs-java/process/redstone/mod.md +++ b/docs-java/process/redstone/mod.md @@ -3,6 +3,41 @@ sidebar_position: 3 title: MOD --- -# MOD +## Carpet -TODO,等待有缘人写吧 +Carpet 是一个适用于原版 Minecraft 的 Mod,它可以开关一些特性,也有服务器假人的功能,并且有游戏监视器的功能。~~(可以说许多插件端的特性修复基本上都来自于它)~~ + +使用/carpet 命令可以直接在游戏里开关它的功能,这些功能都可以在[官方中文 Wiki](https://github.com/HeartyYF/fabric-carpet-Wiki-CN/wiki/Current-Available-Settings)里面找到 + +carpet 还有许多扩展,你可以在下表里下载它们 + +| 名字 | 下载链接 | +| ------------------- | ---------------------------------------- | +| Carpet Extra | [Modrinth](https://modrinth.com/mod/carpet-extra) [Curseforge](https://www.curseforge.com/minecraft/mc-mods/carpet-extra) [Github](https://github.com/gnembon/carpet-extra/releases) | +| Carpet TIS Addition | [Modrinth](https://modrinth.com/mod/carpet-tis-addition) [Curseforge](http://curseforge.com/minecraft/mc-mods/carpet-tis-addition) [Github](https://github.com/TISUnion/Carpet-TIS-Addition/releases) | +| Carpet Org Addition | [Modrinth](https://modrinth.com/mod/carpet-org-addition) [Github](https://github.com/fcsailboat/Carpet-Org-Addition/releases) | +| GugleCarpetAddition | [Modrinth](https://modrinth.com/mod/gca) [Curseforge](https://www.curseforge.com/minecraft/mc-mods/guglecarpetaddition) [Github](https://github.com/Gu-ZT/gugle-carpet-addition) | + +这些拓展的规则和命令基本上都在 Github 里(都有中文) + +## 其他 MOD + +其他 MOD 基本上都是对生电作用没那么大,所以在下面简单介绍一下 + +AppleSkin(正常在客户端显示饱和度和消耗度) + +Xaero's Minimap 和 Xaero's World Map(在客户端获取其他功能) + +Jade(许多功能需要服务器端安装才能使用) + +JEI/REI(一些功能需要服务器端安装才能使用) + +Servux(让玩家在服务器可以正常使用使用 MiniHUD 中的显示结构功能和更好的原理图粘贴) + +Easy Auth(登录) + +BBOR(服务器支持才能正常显示结构信息,要不然就只能客户端手动输入种子) + +Syncmatica(服务器安装客户端才能正常使用) + +Fuji(像 CMI 一样的多功能 MOD) From 8920bc35f88a8eea9f80f5ad51ec29f731e0d925 Mon Sep 17 00:00:00 2001 From: Zachary_QwQ <1400619125@qq.com> Date: Sat, 13 Dec 2025 14:24:44 +0800 Subject: [PATCH 2/3] Add files via upload --- .../mobile-player/client/Android_all.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs-java/process/mobile-player/client/Android_all.md diff --git a/docs-java/process/mobile-player/client/Android_all.md b/docs-java/process/mobile-player/client/Android_all.md new file mode 100644 index 000000000..824ab9d7d --- /dev/null +++ b/docs-java/process/mobile-player/client/Android_all.md @@ -0,0 +1,18 @@ +--- +title: 在安卓设备上安装 Java 启动器 +sidebar_position: 4 +--- + +这个教程支持所有安卓设备和所有启动器 + +| 启动器名称 | 是否正常更新 | 下载地址 | +| --------- | ------ | ---------------------------------------- | +| FCL | 是 | [Github](https://github.com/FCL-Team/FoldCraftLauncher/releases) | +| ZL | 是 | [Github](https://github.com/ZalithLauncher/ZalithLauncher/releases) | +| ZL2 | 是 | [Github](https://github.com/ZalithLauncher/ZalithLauncher2/releases) | +| Amethyst | 是 | [Github](https://github.com/AngelAuraMC/Amethyst-Android/actions) | +| HMCL(-PE) | 否 | [Github](https://github.com/HMCL-dev/HMCL-PE/releases) | +| MCinaBox | 否 | [Github](https://github.com/AOF-Dev/MCinaBox/releases) | +| Pojav | 否 | [Github](https://github.com/PojavLauncherTeam/PojavLauncher/releases) | + +下载完成直接安装就好了,推荐的渲染器是[MobileGlues](https://github.com/MobileGL-Dev/MobileGlues-release/releases) From 55c0e98d23ac44fda9914ffe01496ad05f7735c3 Mon Sep 17 00:00:00 2001 From: MrlingXD <90316914+wling-art@users.noreply.github.com> Date: Sat, 13 Dec 2025 15:32:38 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=8E=A8=20=E6=A0=BC=E5=BC=8F=E5=8C=96?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mobile-player/client/Android_all.md | 18 +++++++++--------- docs-java/process/redstone/mod.md | 10 +++++----- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs-java/process/mobile-player/client/Android_all.md b/docs-java/process/mobile-player/client/Android_all.md index 824ab9d7d..4d4444795 100644 --- a/docs-java/process/mobile-player/client/Android_all.md +++ b/docs-java/process/mobile-player/client/Android_all.md @@ -5,14 +5,14 @@ sidebar_position: 4 这个教程支持所有安卓设备和所有启动器 -| 启动器名称 | 是否正常更新 | 下载地址 | -| --------- | ------ | ---------------------------------------- | -| FCL | 是 | [Github](https://github.com/FCL-Team/FoldCraftLauncher/releases) | -| ZL | 是 | [Github](https://github.com/ZalithLauncher/ZalithLauncher/releases) | -| ZL2 | 是 | [Github](https://github.com/ZalithLauncher/ZalithLauncher2/releases) | -| Amethyst | 是 | [Github](https://github.com/AngelAuraMC/Amethyst-Android/actions) | -| HMCL(-PE) | 否 | [Github](https://github.com/HMCL-dev/HMCL-PE/releases) | -| MCinaBox | 否 | [Github](https://github.com/AOF-Dev/MCinaBox/releases) | -| Pojav | 否 | [Github](https://github.com/PojavLauncherTeam/PojavLauncher/releases) | +| 启动器名称 | 是否正常更新 | 下载地址 | +| ---------- | ------------ | --------------------------------------------------------------------- | +| FCL | 是 | [Github](https://github.com/FCL-Team/FoldCraftLauncher/releases) | +| ZL | 是 | [Github](https://github.com/ZalithLauncher/ZalithLauncher/releases) | +| ZL2 | 是 | [Github](https://github.com/ZalithLauncher/ZalithLauncher2/releases) | +| Amethyst | 是 | [Github](https://github.com/AngelAuraMC/Amethyst-Android/actions) | +| HMCL(-PE) | 否 | [Github](https://github.com/HMCL-dev/HMCL-PE/releases) | +| MCinaBox | 否 | [Github](https://github.com/AOF-Dev/MCinaBox/releases) | +| Pojav | 否 | [Github](https://github.com/PojavLauncherTeam/PojavLauncher/releases) | 下载完成直接安装就好了,推荐的渲染器是[MobileGlues](https://github.com/MobileGL-Dev/MobileGlues-release/releases) diff --git a/docs-java/process/redstone/mod.md b/docs-java/process/redstone/mod.md index ea0f6d2cc..06740d22c 100644 --- a/docs-java/process/redstone/mod.md +++ b/docs-java/process/redstone/mod.md @@ -11,12 +11,12 @@ Carpet 是一个适用于原版 Minecraft 的 Mod,它可以开关一些特性 carpet 还有许多扩展,你可以在下表里下载它们 -| 名字 | 下载链接 | -| ------------------- | ---------------------------------------- | -| Carpet Extra | [Modrinth](https://modrinth.com/mod/carpet-extra) [Curseforge](https://www.curseforge.com/minecraft/mc-mods/carpet-extra) [Github](https://github.com/gnembon/carpet-extra/releases) | +| 名字 | 下载链接 | +| ------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Carpet Extra | [Modrinth](https://modrinth.com/mod/carpet-extra) [Curseforge](https://www.curseforge.com/minecraft/mc-mods/carpet-extra) [Github](https://github.com/gnembon/carpet-extra/releases) | | Carpet TIS Addition | [Modrinth](https://modrinth.com/mod/carpet-tis-addition) [Curseforge](http://curseforge.com/minecraft/mc-mods/carpet-tis-addition) [Github](https://github.com/TISUnion/Carpet-TIS-Addition/releases) | -| Carpet Org Addition | [Modrinth](https://modrinth.com/mod/carpet-org-addition) [Github](https://github.com/fcsailboat/Carpet-Org-Addition/releases) | -| GugleCarpetAddition | [Modrinth](https://modrinth.com/mod/gca) [Curseforge](https://www.curseforge.com/minecraft/mc-mods/guglecarpetaddition) [Github](https://github.com/Gu-ZT/gugle-carpet-addition) | +| Carpet Org Addition | [Modrinth](https://modrinth.com/mod/carpet-org-addition) [Github](https://github.com/fcsailboat/Carpet-Org-Addition/releases) | +| GugleCarpetAddition | [Modrinth](https://modrinth.com/mod/gca) [Curseforge](https://www.curseforge.com/minecraft/mc-mods/guglecarpetaddition) [Github](https://github.com/Gu-ZT/gugle-carpet-addition) | 这些拓展的规则和命令基本上都在 Github 里(都有中文)