feat: 项目初始化 + 3D方块世界原型 + AI助搭系统
CI / Go Backend (push) Canceled after 0s

初始化 monorepo: Go后端(7微服务) + Unity客户端(9模块) + 启动器

HTML5原型: Three.js 3D体素世界, Perlin噪声地形, 原版材质, 22种方块

Minecraft创造模式背包: 双栏布局, 拖拽移动物品, 方向性元件引脚

AI助搭策划文档 + 客户端/服务端骨架 + Docker Compose + CI
This commit is contained in:
xyou
2026-08-08 14:07:56 +08:00
parent 9500c4c80a
commit f70b061d1a
1972 changed files with 159760 additions and 6 deletions
@@ -0,0 +1,59 @@
name: "[新版] Minecraft 崩溃 / [New] Minecraft Crash"
description: "新版 PCL CE 提示 “Minecraft 出现错误”,或游戏崩溃 / The new PCL CE version shows 'Minecraft encountered an error', or Minecraft crashes"
title: "[C#]: "
type: "崩溃"
body:
- type: markdown
id: "desc"
attributes:
value: |
## 感谢参与 PCL CE 新版本测试!
请注意您目前正在提交和新版本有关的综合 Bug 反馈。
如果您使用的不是新版本 (2.15.x),请到 [旧版综合 Bug 反馈区](https://github.com/PCL-Community/PCL-CE/issues/new?template=1-bug.yml) 提交反馈。
## Thank you for testing the new PCL CE version!
Please note that you are submitting a general bug report for the new version.
If you are not using the new version (2.15.x), please use the [legacy general bug report template](https://github.com/PCL-Community/PCL-CE/issues/new?template=1-bug.yml).
- type: checkboxes
id: "yml-1"
attributes:
label: "检查项 / Checklist"
description: "请逐个检查下列项目,并勾选确认 / Please review each item below and check the boxes to confirm."
options:
- label: "**我已尝试使用 [HMCL](https://hmcl.huangyuhui.net/download) 启动,HMCL 没有出现问题**(如果 HMCL 也无法启动就一般不是 PCL CE 导致的问题,请 **不要** 提交反馈) / **I have tried launching with [HMCL](https://hmcl.huangyuhui.net/download), and HMCL works without issues**. If HMCL also fails to launch, the problem is usually not caused by PCL CE, so please **do not** submit feedback."
required: true
- label: "我已在 [Issues 页面](https://github.com/PCL-Community/PCL-CE/issues?q=is%3Aissue+) 中搜索,确认了这一 Bug 未被提交过 / I have searched the [Issues page](https://github.com/PCL-Community/PCL-CE/issues?q=is%3Aissue+) and confirmed that this bug has not been reported yet."
required: true
- label: "我确认只是全部选中而没有[仔细确认](https://github.com/PCL-Community/PCL-CE/issues?q=is%3Aissue+)就直接提交了这个 Issue,并且同意这个 Issue 可以直接被关闭 / I confirm that I checked all boxes without carefully reading them, and agree that this issue may be closed directly."
required: false
- label: "我确认正在使用当前更新分支的最新版 PCL CE,若不是,此 Issue 可能会被直接关闭(更新方式:启动器 `设置-关于-软件更新` 检查更新,或在 [Releases](https://github.com/PCL-Community/PCL-CE/releases) 页面下载) / I confirm that I am using the latest PCL CE version on the current update channel. If not, this issue may be closed directly. To update, check for updates in `Settings → About → Updates`, or download the latest version from the [Releases page](https://github.com/PCL-Community/PCL-CE/releases)."
required: true
- label: "我确认会详细描述我所遇到的问题,并附上日志和截图,而不是随便填点东西敷衍了事。/ I will describe the problem in detail, attach logs and screenshots, and avoid submitting vague or incomplete information."
required: true
- type: textarea
id: "yml-2"
attributes:
label: "描述 / Description"
description: "详细描述具体表现 / Describe the specific behavior in detail."
validations:
required: true
- type: textarea
id: "yml-3"
attributes:
label: "PCL CE 错误报告、日志与附件 / PCL CE Error Report, Logs & Attachments"
description: "上传 PCL CE 提供的错误报告 (在崩溃时选择导出错误报告)。如果没有,请在游戏崩溃后不要关掉启动器,使用 `设置-查看日志-导出日志` 得到日志压缩包并上传 / Upload the error report provided by PCL CE by choosing to export the error report when the crash occurs. If it is unavailable, do not close the launcher after Minecraft crashes; use `Settings → Logs → Export log` and upload the exported log archive."
placeholder: |
先点击这个文本框,然后再将文件直接拖拽到文本框中以上传。
如果缺少相关错误报告或日志用于分析问题,此 Issue 可能会被直接关闭。
Click this text box first, then drag and drop files here to upload.
If the required error report or logs are missing, this issue may be closed directly.
validations:
required: true
- type: textarea
id: "yml-4"
attributes:
label: "HMCL 启动脚本 / HMCL Launch Script"
description: "在 HMCL 中进入实例列表,点击版本右侧的三个点,选择“生成启动脚本” / In HMCL, open the instance list, click the three dots next to the version, and select `Generate Launch Script`."
placeholder: "先点击这个文本框,然后再将文件直接拖拽到文本框中以上传 / Click this text box first, then drag and drop the file here to upload."
validations:
required: false