From 41c80af92ddb28ebdbb306dcde151079cd6b0848 Mon Sep 17 00:00:00 2001 From: xcclyc Date: Mon, 16 Mar 2026 12:50:22 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af9b188..ede4408 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# DeEarthX V3 +# DeEarthX-CE ## 项目概述 @@ -6,6 +6,10 @@ DeEarthX V3 是一个 Minecraft 整合包服务端制作工具,帮你快速把 QQ群:1090666196 +## 文档地址 + +文档地址:[https://dex.xcclyc.cn/](https://dex.xcclyc.cn/) + ## 核心功能 ### 整合包支持 @@ -83,5 +87,5 @@ Vue 3 + TypeScript,Tauri 2 桌面框架,Ant Design Vue UI 组件,Tailwind ## 开发团队 -- **Tianpao**:核心开发 -- **XCC**:功能优化 +- **Tianpao**:核心开发,原作者 +- **XCC**:功能优化,CE版作者 From 0e053a7809cf064fb05b4a2ea455c80175b310ac Mon Sep 17 00:00:00 2001 From: xcclyc Date: Mon, 16 Mar 2026 12:53:24 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20README-EN.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-EN.md | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 README-EN.md diff --git a/README-EN.md b/README-EN.md new file mode 100644 index 0000000..be46483 --- /dev/null +++ b/README-EN.md @@ -0,0 +1,89 @@ +# DeEarthX-CE + +## Project Overview + +DeEarthX V3 is a Minecraft server-side modpack creation tool that helps you quickly convert client-side modpacks into runnable servers, while also providing template management capabilities. + +QQ Group: 1090666196 + +Documentation: [https://dex.xcclyc.cn/](https://dex.xcclyc.cn/) + +## Core Features + +### Modpack Support +- CurseForge +- Modrinth +- MCBBS + +### Mod Processing +Automatically distinguish between client-side and server-side mods, keeping what the server needs and removing client-exclusive ones (shaders, resource packs, etc.). + +### Working Modes +- **Server Mode**: Downloads server and mod loaders, fully generates the server +- **Upload Mode**: Only performs mod filtering, without downloading server files + +### Mod Loaders +- Forge +- NeoForge +- Fabric + +### Version Support +Supports versions from 1.16.5 to the latest. + +### Template Management +- Create, edit, and delete local templates +- Import/export templates +- Template store, support downloading templates from remote servers +- Smart download speed test, select the fastest download link + +## Technical Architecture + +### Backend +TypeScript + Node.js, Express provides web services, WebSocket real-time communication, packaged as standalone exe using Node.js SEA. + +### Frontend +Vue 3 + TypeScript, Tauri 2 desktop framework, Ant Design Vue UI components, Tailwind CSS styling. + +## Usage Process + +1. Prepare the modpack file +2. Select the mode (Server/Upload) +3. Upload the file +4. Wait for processing to complete +5. Download the server + +## Template Management Process + +1. Enter the template management page +2. Select local templates or template store +3. Local templates: Create, edit, delete, export templates +4. Template store: Browse and download templates + +## Project Features + +- Upload and use immediately, no configuration required +- Real-time progress display +- Built-in BMCLAPI and MCIM mirror sources for accelerated downloads +- Multi-language support +- Smart template management system +- Template store provides rich preset templates + +> [!WARNING] +> Mods may not be filtered completely, and the generated server is prohibited from being used for sale! + +## Installation Instructions + +Simply download and install the installer to use. + +**Note**: It is recommended not to install on drive C to avoid permission issues. + +## System Requirements + +- Operating System: Windows +- Server mode requires Java environment +- Upload mode does not require Java + +## Development Team + +- **Tianpao**: Core development, original author +- **XCC**: Feature optimization, CE version author \ No newline at end of file From 7988cafc0f6f49f557c8e316556d6fe1cbc9a68d Mon Sep 17 00:00:00 2001 From: xcclyc Date: Mon, 16 Mar 2026 13:00:02 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ede4408..d682656 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # DeEarthX-CE +[English](README-EN.md) | 简体中文 + ## 项目概述 DeEarthX V3 是一个 Minecraft 整合包服务端制作工具,帮你快速把客户端整合包转换成可运行的服务端,同时提供模板管理功能。 From ee28b380f653d203ebc5151461398b4773e0b8b2 Mon Sep 17 00:00:00 2001 From: xcclyc Date: Mon, 16 Mar 2026 13:00:26 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README-EN.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-EN.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README-EN.md b/README-EN.md index be46483..6d8aab5 100644 --- a/README-EN.md +++ b/README-EN.md @@ -1,5 +1,7 @@ # DeEarthX-CE +[简体中文](README.md) | English + ## Project Overview DeEarthX V3 is a Minecraft server-side modpack creation tool that helps you quickly convert client-side modpacks into runnable servers, while also providing template management capabilities.