mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-20 00:25:18 +00:00
更新到1.20.5-2.3.2 (Active)
This commit is contained in:
parent
1838f186ec
commit
41aa72a85d
3 changed files with 26 additions and 22 deletions
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
|
@ -25,6 +25,7 @@ body:
|
|||
If a version is not listed below, it is not supported by DMCC.
|
||||
multiple: false
|
||||
options:
|
||||
- "1.20.5"
|
||||
- "1.20.4"
|
||||
- "1.20.3"
|
||||
- "1.20.2"
|
||||
|
|
@ -56,6 +57,7 @@ body:
|
|||
multiple: false
|
||||
options:
|
||||
- "Latest Build (GitHub Actions)"
|
||||
- "1.20.5-2.3.2"
|
||||
- "2.3.2"
|
||||
- "2.3.2-compat"
|
||||
- "2.3.1"
|
||||
|
|
|
|||
18
CHANGELOG.md
18
CHANGELOG.md
|
|
@ -1,15 +1,23 @@
|
|||
# Changelog 更新日志
|
||||
|
||||
## Discord-MC-Chat 2.3.2 for Minecraft 1.19.1+ - 2024/3/17
|
||||
## Discord-MC-Chat 1.20.5-2.3.2 for Minecraft 1.20.5 - 2024/4/24
|
||||
|
||||
Starting from Minecraft 1.20.5 (Snapshot 24w14a), the game requires Java 21.
|
||||
|
||||
Therefore, in order to ensure compatibility with multiple versions, DMCC now requires Fabric Loader version >=0.15.10 and Java version >=21, regardless of whether the game version is later than Minecraft 1.20.5.
|
||||
|
||||
从 Minecraft 1.20.5(快照 24w14a)开始,游戏要求 Java 21。
|
||||
|
||||
因此,为了保证多版本兼容性,无论游戏版本是否晚于 Minecraft 1.20.5,DMCC 现在都要求 Fabric Loader 版本 >=0.15.10 且 Java 版本 >=21。
|
||||
|
||||
## New Features 新特性
|
||||
|
||||
N/A
|
||||
- Compatible with version 1.20.5
|
||||
兼容 1.20.5 版本
|
||||
|
||||
## Changes 更改
|
||||
|
||||
- Fix server crashes due to player deaths caused by falling blocks and intentional game design (#223)
|
||||
修复玩家因下落的方块和刻意的游戏设计而死亡导致服务器崩溃
|
||||
N/A
|
||||
|
||||
## Removed 移除
|
||||
|
||||
|
|
@ -21,4 +29,4 @@ N/A
|
|||
|
||||
## Detailed Information 详细信息
|
||||
|
||||
https://github.com/Xujiayao/Discord-MC-Chat/compare/2.3.1...2.3.2
|
||||
https://github.com/Xujiayao/Discord-MC-Chat/compare/2.3.2...1.20.5-2.3.2
|
||||
|
|
@ -1,5 +1,12 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "1.20.5-2.3.2",
|
||||
"changelog": "<https://github.com/Xujiayao/Discord-MC-Chat/releases/tag/1.20.5-2.3.2>\n\n> Starting from Minecraft 1.20.5 (Snapshot 24w14a), the game requires Java 21.\n> \n> Therefore, in order to ensure compatibility with multiple versions, DMCC now requires Fabric Loader version >=0.15.10 and Java version >=21, regardless of whether the game version is later than Minecraft 1.20.5.",
|
||||
"minecraft_dependency": [
|
||||
"~1.20.5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "2.3.2",
|
||||
"changelog": "<https://github.com/Xujiayao/Discord-MC-Chat/releases/tag/2.3.2>",
|
||||
|
|
@ -11,26 +18,13 @@
|
|||
"1.20",
|
||||
"1.20.1",
|
||||
"1.20.2",
|
||||
"~1.20.3"
|
||||
"1.20.3",
|
||||
"1.20.4"
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "2.3.1",
|
||||
"changelog": "<https://github.com/Xujiayao/Discord-MC-Chat/releases/tag/2.3.1>\n\n> MC-Discord-Chat (MCDC) has been renamed to Discord-MC-Chat (DMCC).\n> \n> Please rename the configuration file from `mcdiscordchat.json` to `discord-mc-chat.json` before starting the server.",
|
||||
"minecraft_dependency": [
|
||||
"1.19.1",
|
||||
"1.19.2",
|
||||
"1.19.3",
|
||||
"~1.19.4",
|
||||
"1.20",
|
||||
"1.20.1",
|
||||
"1.20.2",
|
||||
"~1.20.3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "2.3.1-compat",
|
||||
"changelog": "<https://github.com/Xujiayao/Discord-MC-Chat/releases/tag/2.3.1-compat>\n\n> MC-Discord-Chat (MCDC) has been renamed to Discord-MC-Chat (DMCC).\n> \n> Please rename the configuration file from `mcdiscordchat.json` to `discord-mc-chat.json` before starting the server.",
|
||||
"version": "2.3.2-compat",
|
||||
"changelog": "<https://github.com/Xujiayao/Discord-MC-Chat/releases/tag/2.3.2-compat>",
|
||||
"minecraft_dependency": [
|
||||
"~1.14.4",
|
||||
"~1.15.2",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue