From 6a5994d8069d392b8eeb173d8a7581f28062ff65 Mon Sep 17 00:00:00 2001 From: LJS80 <67176612+LJS08@users.noreply.github.com> Date: Mon, 22 Jul 2024 22:44:00 +0800 Subject: [PATCH 01/12] Update README.md Add the README_cn.md entrance. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 81d1b581..e681f621 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +
+ +English | [中文](README_cn.md) + +
+
From d8b237f60fb8a78c6841bfb113e04a92220dce1a Mon Sep 17 00:00:00 2001 From: LJS80 <67176612+LJS08@users.noreply.github.com> Date: Mon, 22 Jul 2024 23:20:19 +0800 Subject: [PATCH 02/12] Create README_cn.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加对 README 的中文翻译 --- README_cn.md | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 README_cn.md diff --git a/README_cn.md b/README_cn.md new file mode 100644 index 00000000..9fc34aa7 --- /dev/null +++ b/README_cn.md @@ -0,0 +1,99 @@ +
+ +
+ +

HMCL-PE

+ +
+ +![起点](/.github/images/hmcl-pe-main-screen.jpg) + +![Android](https://img.shields.io/badge/Android-3DDC84?style=for-the-badge&logo=android&logoColor=white) +[![Discord](https://img.shields.io/badge/Discord-4903FC?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/c79XjKHy4S) +![Gradle](https://img.shields.io/badge/Gradle-02303A.svg?style=for-the-badge&logo=Gradle&logoColor=white) +![Java](https://img.shields.io/badge/Java-ED8B00?style=for-the-badge&logo=java&logoColor=white) +[![QQ](https://img.shields.io/badge/QQ-4903FC?style=for-the-badge&logoColor=white)](https://jq.qq.com/?_wv=1027&k=4r1lFLgc) +![Downloads](https://img.shields.io/github/downloads/Tungstend/HMCL-PE/total?color=green&style=for-the-badge) + +[![Sponsor](https://img.shields.io/badge/sponsor-30363D?style=for-the-badge&logo=GitHub-Sponsors&logoColor=#EA4AAA)](https://afdian.net/@tungs) + +
+ +- [Hello Minecraft! Launcher:Pocket Edition](https://tungstend.github.io/): + 我们试图在 Android 设备上实现 HMCL,允许玩家管理游戏、模组、控制方式等。 + +- **直接在您的 Andriod 设备上运行 Minecraft Java Edition**, 并且支持 Mod 和所有版本的 Minecraft。 + +- **但是现在 HMCL-PE 已停止维护。如果你想要在你的 Android 设备上运行 Minecraft: Java Edition 并获得更好的支持, 可以使用 [Fold Craft Launcher](https://fcl-team.github.io/) 或者 [PojavLauncher](https://github.com/PojavLauncherTeam/PojavLauncher)。 但请注意: 如果您在使用其他启动器时遇到了问题, HMCL-dev 没有义务进行解答。 请寻求您启动器的作者的帮助。** + +

特性

+ +- [x] 运行所有版本的 Minecraft +- [x] 运行 Forge, OptiFine, Fabric 等 +- [x] Java 8 and Java 17 +- [x] 虚拟化鼠标 +- [x] 下载 Mods, 模组包, 材质包 和 地图 +- [x] 使用 Shaders (with VirGL) +- [x] 创建自定义控制器 +- [x] 可自定义的主题和颜色 +- [x] 不限于此 + +

展示

+ +![游戏视图1](/.github/images/hmcl-pe-in-game-1.jpg) +![游戏视图2](/.github/images/hmcl-pe-in-game-2.jpg) +![模组视图](/.github/images/hmcl-pe-mods-menu.jpg) + +

编译

+ +你可以 **用带有 Android SDK & NDK 的 Android Studio** 编译本软件。 +使用以下的 URL 拉取远程存储库: +``` +https://github.com/HMCL-dev/HMCL-PE.git +``` +之后, 在 Android Studio 使用 Gradle 进行编译. +运行 ```link.bat``` 以进行构建配置。 + +

开源协议

+ +该程序在 [GPL v3](https://www.gnu.org/licenses/gpl-3.0.html) 开源协议下发布 +``` +HMCL-PE is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +HMCL-PE is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with HMCL-PE. If not, see . +``` + +

第三方组件

+ +- [HMCL](https://github.com/huanghongxun/HMCL) + +- [Boat and related projects](https://github.com/AOF-Dev/Boat) + +- [PojavLauncher and related projects](https://github.com/PojavLauncherTeam/PojavLauncher) + +- [Hin2n](https://github.com/switch-iot/hin2n) + +- [authlib-injector](https://github.com/yushijinhun/authlib-injector) + +- [nide8auth](https://login.mc-user.com:233/account/login) + +- [forge-install-bootstrapper](https://github.com/bangbang93/forge-install-bootstrapper) + +- [TouchInjector](https://github.com/Tungstend/TouchInjector) + +

支持我们

+ +
+ +[![Sponsor](https://img.shields.io/badge/sponsor-30363D?style=for-the-badge&logo=GitHub-Sponsors&logoColor=#EA4AAA)](https://afdian.net/@tungs) + +
From ad054565d5269058ef573a83cdb27834b87e4965 Mon Sep 17 00:00:00 2001 From: LJS80 <67176612+LJS08@users.noreply.github.com> Date: Sat, 27 Jul 2024 09:31:46 +0800 Subject: [PATCH 03/12] Update README.md Adds bold style for the current language. Co-authored-by: 3gf8jv4dv <158490944+3gf8jv4dv@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e681f621..1eb2c120 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-English | [中文](README_cn.md) +**English** | [简体中文](README_cn.md)
From e6b4632bc038228f38331666a378b070e69c5bcb Mon Sep 17 00:00:00 2001 From: LJS80 <67176612+LJS08@users.noreply.github.com> Date: Sat, 27 Jul 2024 09:32:33 +0800 Subject: [PATCH 04/12] Update README_cn.md Co-authored-by: 3gf8jv4dv <158490944+3gf8jv4dv@users.noreply.github.com> --- README_cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_cn.md b/README_cn.md index 9fc34aa7..9d71434f 100644 --- a/README_cn.md +++ b/README_cn.md @@ -19,7 +19,7 @@ -- [Hello Minecraft! Launcher:Pocket Edition](https://tungstend.github.io/): +- [Hello Minecraft! Launcher:Pocket Edition](https://tungstend.github.io/): 我们试图在 Android 设备上实现 HMCL,允许玩家管理游戏、模组、控制方式等。 - **直接在您的 Andriod 设备上运行 Minecraft Java Edition**, 并且支持 Mod 和所有版本的 Minecraft。 From 4767015f228c0d8ae23a38406c970f829d92af8f Mon Sep 17 00:00:00 2001 From: LJS80 <67176612+LJS08@users.noreply.github.com> Date: Sat, 27 Jul 2024 09:33:16 +0800 Subject: [PATCH 05/12] Update README_cn.md Co-authored-by: 3gf8jv4dv <158490944+3gf8jv4dv@users.noreply.github.com> --- README_cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_cn.md b/README_cn.md index 9d71434f..b560c4c5 100644 --- a/README_cn.md +++ b/README_cn.md @@ -22,7 +22,7 @@ - [Hello Minecraft! Launcher:Pocket Edition](https://tungstend.github.io/): 我们试图在 Android 设备上实现 HMCL,允许玩家管理游戏、模组、控制方式等。 -- **直接在您的 Andriod 设备上运行 Minecraft Java Edition**, 并且支持 Mod 和所有版本的 Minecraft。 +- **直接在您的 Android 设备上运行 Minecraft Java 版**,并且支持模组和所有版本的 Minecraft。 - **但是现在 HMCL-PE 已停止维护。如果你想要在你的 Android 设备上运行 Minecraft: Java Edition 并获得更好的支持, 可以使用 [Fold Craft Launcher](https://fcl-team.github.io/) 或者 [PojavLauncher](https://github.com/PojavLauncherTeam/PojavLauncher)。 但请注意: 如果您在使用其他启动器时遇到了问题, HMCL-dev 没有义务进行解答。 请寻求您启动器的作者的帮助。** From 8d4da2ed56d0ae6ac1e0b72e7df54e96c4c35243 Mon Sep 17 00:00:00 2001 From: LJS80 <67176612+LJS08@users.noreply.github.com> Date: Sat, 27 Jul 2024 09:43:14 +0800 Subject: [PATCH 06/12] Update README_cn.md Update Features list. Co-authored-by: 3gf8jv4dv <158490944+3gf8jv4dv@users.noreply.github.com> --- README_cn.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README_cn.md b/README_cn.md index b560c4c5..d1e51bc2 100644 --- a/README_cn.md +++ b/README_cn.md @@ -29,14 +29,14 @@

特性

- [x] 运行所有版本的 Minecraft -- [x] 运行 Forge, OptiFine, Fabric 等 -- [x] Java 8 and Java 17 +- [x] 运行 Forge、OptiFine、Fabric 等 +- [x] 支持 Java 8 和 Java 17 - [x] 虚拟化鼠标 -- [x] 下载 Mods, 模组包, 材质包 和 地图 -- [x] 使用 Shaders (with VirGL) +- [x] 下载模组、整合包、材质包和地图 +- [x] 使用着色器(配合 VirGL) - [x] 创建自定义控制器 - [x] 可自定义的主题和颜色 -- [x] 不限于此 +- [x] 不限于此!

展示

From a0aa3b6c7b2decb4ee5cf9ee48e177332d0bc647 Mon Sep 17 00:00:00 2001 From: LJS80 <67176612+LJS08@users.noreply.github.com> Date: Sat, 27 Jul 2024 09:45:19 +0800 Subject: [PATCH 07/12] Update README_cn.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update "编译" Co-authored-by: 3gf8jv4dv <158490944+3gf8jv4dv@users.noreply.github.com> --- README_cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_cn.md b/README_cn.md index d1e51bc2..b837ef22 100644 --- a/README_cn.md +++ b/README_cn.md @@ -51,7 +51,7 @@ ``` https://github.com/HMCL-dev/HMCL-PE.git ``` -之后, 在 Android Studio 使用 Gradle 进行编译. +之后, 在 Android Studio 中使用 Gradle 进行编译。 运行 ```link.bat``` 以进行构建配置。

开源协议

From e6813c5cebbe638d78103734fd875deca930961f Mon Sep 17 00:00:00 2001 From: LJS80 <67176612+LJS08@users.noreply.github.com> Date: Sat, 27 Jul 2024 10:01:06 +0800 Subject: [PATCH 08/12] Update README_cn.md Co-authored-by: 3gf8jv4dv <158490944+3gf8jv4dv@users.noreply.github.com> --- README_cn.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README_cn.md b/README_cn.md index b837ef22..ca426208 100644 --- a/README_cn.md +++ b/README_cn.md @@ -1,3 +1,9 @@ +
+ +[English](README.md) | **简体中文** + +
+
From edeb435047d8194fe80fe1bea4b46df76ba05ab0 Mon Sep 17 00:00:00 2001 From: LJS80 <67176612+LJS08@users.noreply.github.com> Date: Sat, 27 Jul 2024 10:01:24 +0800 Subject: [PATCH 09/12] Update README_cn.md Co-authored-by: 3gf8jv4dv <158490944+3gf8jv4dv@users.noreply.github.com> --- README_cn.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_cn.md b/README_cn.md index ca426208..66de74b0 100644 --- a/README_cn.md +++ b/README_cn.md @@ -52,8 +52,8 @@

编译

-你可以 **用带有 Android SDK & NDK 的 Android Studio** 编译本软件。 -使用以下的 URL 拉取远程存储库: +您可以 **使用带有 Android SDK & NDK 的 Android Studio** 编译本软件。 +使用以下 URL 拉取远程存储库: ``` https://github.com/HMCL-dev/HMCL-PE.git ``` From cd063c9d38139868b516ad939c4fa5111494c568 Mon Sep 17 00:00:00 2001 From: LJS80 <67176612+LJS08@users.noreply.github.com> Date: Sat, 27 Jul 2024 10:58:13 +0800 Subject: [PATCH 10/12] Update README_cn.md Co-authored-by: 3gf8jv4dv <158490944+3gf8jv4dv@users.noreply.github.com> --- README_cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_cn.md b/README_cn.md index 66de74b0..3276adb6 100644 --- a/README_cn.md +++ b/README_cn.md @@ -80,7 +80,7 @@ along with HMCL-PE. If not, see .

第三方组件

-- [HMCL](https://github.com/huanghongxun/HMCL) +- [HMCL](https://github.com/HMCL-dev/HMCL) - [Boat and related projects](https://github.com/AOF-Dev/Boat) From 971db5b8494728ce24fa4f33d758d23d6ae10c9b Mon Sep 17 00:00:00 2001 From: LJS80 <67176612+LJS08@users.noreply.github.com> Date: Sat, 27 Jul 2024 11:03:47 +0800 Subject: [PATCH 11/12] Update README.md Update links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1eb2c120..d2f09de9 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ The software attempts to restore HMCL on Android devices, allowing players to ma You can compile the software **using Android Studio**, with the **Android SDK & NDK** packages. Clone the remote repository using the following URL: ``` -https://github.com/Tungstend/HMCL-PE +https://github.com/HMCL-dev/HMCL-PE ``` After that, Compile using Gradle by Android Studio. Run the ```link.bat``` file to do a build configuration @@ -80,7 +80,7 @@ along with HMCL-PE. If not, see .

Third Party Components

-- [HMCL](https://github.com/huanghongxun/HMCL) +- [HMCL](https://github.com/HMCL-dev/HMCL) - [Boat and related projects](https://github.com/AOF-Dev/Boat) From f1d312418c5404589fb2d33884afa5452545961e Mon Sep 17 00:00:00 2001 From: LJS80 <67176612+LJS08@users.noreply.github.com> Date: Sat, 27 Jul 2024 11:16:21 +0800 Subject: [PATCH 12/12] Update README_cn.md --- README_cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_cn.md b/README_cn.md index 3276adb6..5b9ec54f 100644 --- a/README_cn.md +++ b/README_cn.md @@ -30,7 +30,7 @@ - **直接在您的 Android 设备上运行 Minecraft Java 版**,并且支持模组和所有版本的 Minecraft。 -- **但是现在 HMCL-PE 已停止维护。如果你想要在你的 Android 设备上运行 Minecraft: Java Edition 并获得更好的支持, 可以使用 [Fold Craft Launcher](https://fcl-team.github.io/) 或者 [PojavLauncher](https://github.com/PojavLauncherTeam/PojavLauncher)。 但请注意: 如果您在使用其他启动器时遇到了问题, HMCL-dev 没有义务进行解答。 请寻求您启动器的作者的帮助。** +- **目前 HMCL-PE 已停止维护。如果您想要在 Android 设备上运行 Minecraft Java 版并获得更好的支持,可以使用 [Fold Craft Launcher](https://fcl-team.github.io/) 或 [PojavLauncher](https://github.com/PojavLauncherTeam/PojavLauncher)。但请注意:如果您在使用其他启动器时遇到了问题,HMCL-dev 没有义务进行解答,请寻求您所使用的启动器的作者的帮助。**

特性