Skip to content

Commit

Permalink
更新到1.20.5-2.3.2 (Active)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xujiayao committed Apr 24, 2024
1 parent 1838f18 commit 41aa72a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 20 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
18 changes: 13 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 移除

Expand All @@ -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
24 changes: 9 additions & 15 deletions update/versions.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
{
"versions": [
{
"version": "2.3.2",
"changelog": "<https://github.com/Xujiayao/Discord-MC-Chat/releases/tag/2.3.2>",
"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.19.1",
"1.19.2",
"1.19.3",
"~1.19.4",
"1.20",
"1.20.1",
"1.20.2",
"~1.20.3"
"~1.20.5"
]
},
{
"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.",
"version": "2.3.2",
"changelog": "<https://github.com/Xujiayao/Discord-MC-Chat/releases/tag/2.3.2>",
"minecraft_dependency": [
"1.19.1",
"1.19.2",
Expand All @@ -25,12 +18,13 @@
"1.20",
"1.20.1",
"1.20.2",
"~1.20.3"
"1.20.3",
"1.20.4"
]
},
{
"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",
Expand Down

0 comments on commit 41aa72a

Please sign in to comment.