Skip to content

Commit 6b08cb5

Browse files
authored
更新日志 (PowerNukkitX#1439)
* 更新日志 * 文档链接修改(未完成) * 代码贡献指南-繁体中文 * 去除链接 * 更新readme
1 parent 386f821 commit 6b08cb5

9 files changed

+171
-81
lines changed

CHANGELOG.md

+36-5
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,32 @@ This work in progress version supports Minecraft:BE `1.20.40 (Protocol Version 6
1818
- [#1407] Add `camel_spawn_egg`.
1919
- [#1410] Add some repice.
2020
- [#1413] Add ability to change Minecraft version in query.
21+
- [#1414] `1.20` features update.
22+
- [#1423] Added `ChunkUpdaters` for newest version: `LogUpdater` and `FacingToCardinalDirectionUpdater`.
23+
- [#1427] Feat: more `boats`.
24+
- [#1430] Add `playersSleepingPercentage` GameRule.
2125

2226
## Changed
2327

2428
- [#1406] Updated shaped and shapeless crafting recipes.
2529
- [#1411] Update `block_color.json` & `block_property_types.json`.
30+
- [#1416] Update Chinese `Minecraft wiki` links to new domain.
31+
- [#1431] Improvement `PopulatorSugarcane`.
32+
- [#1433] Minor JavaDoc Organizing and Typo Fixes.
2633

2734
## Fixes
2835

2936
- [#1405] Fixed `Block Properties` for the new MC Version.
3037
- [#1410] Fix `chest pair`.
38+
- [#1414] `1.20.4` BUG Fix.
39+
- [#1424] Fixed `ChunkUpdater`.
40+
- [#1425] Fixed newID being the same as the origin one.
41+
- [#1426] Fix max sense not taken in action.
42+
- [#1427] Fix `SkullSherd package`.
43+
- [#1428] Fix `arrow` does not disappear.
44+
- [#1429] Fix `ore & stone` types generation.
45+
- [#1432] Fix `dispenser` potion not working.
46+
- [#1434] Fixed `sheep wool color` and `sheared state` persistence issues. <!-- #1434 Master branch only -->
3147

3248
## [1.20.40-r1-PNX](https://github.com/PowerNukkitX/PowerNukkitX/releases/tag/1.20.40-r1) - 2023-10-26
3349
This work in progress version supports Minecraft:BE `1.20.40 (Protocol Version 622)`.
@@ -1966,11 +1982,11 @@ Fixes several anvil issues.
19661982
---
19671983
Need to switch languages?
19681984

1969-
[![简体中文](https://img.shields.io/badge/简体中文-Click%20me-purple?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/blob/zh-hans/CHANGELOG.md)
1970-
[![繁體中文](https://img.shields.io/badge/繁體中文-Click%20me-purple?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/blob/zh-hant/CHANGELOG.md)
1971-
[![English](https://img.shields.io/badge/English-Click%20me-purple?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/CHANGELOG.md)
1972-
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/LICENSE)
1973-
[![README](https://img.shields.io/badge/README-blue?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/README.md)
1985+
[![简体中文](https://img.shields.io/badge/简体中文-Click%20me-purple?style=flat-square)](/blob/zh-hans/CHANGELOG.md)
1986+
[![繁體中文](https://img.shields.io/badge/繁體中文-Click%20me-purple?style=flat-square)](/blob/zh-hant/CHANGELOG.md)
1987+
[![English](https://img.shields.io/badge/English-Click%20me-purple?style=flat-square)](/CHANGELOG.md)
1988+
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg?style=flat-square)](/LICENSE)
1989+
[![README](https://img.shields.io/badge/README-blue?style=flat-square)](/README.md)
19741990
[![PNX-DOC](https://img.shields.io/badge/PNX-DOC-blue?style=flat-square)](https://doc.powernukkitx.cn)
19751991

19761992
[updated changelog]:https://github.com/PowerNukkit/PowerNukkit/blob/bleeding/CHANGELOG.md
@@ -2831,6 +2847,21 @@ Need to switch languages?
28312847
[#1410]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1410
28322848
[#1411]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1411
28332849
[#1413]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1413
2850+
[#1414]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1414
2851+
[#1416]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1416
2852+
[#1423]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1423
2853+
[#1424]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1424
2854+
[#1425]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1425
2855+
[#1426]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1426
2856+
[#1427]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1427
2857+
[#1428]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1428
2858+
[#1429]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1429
2859+
[#1430]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1430
2860+
[#1431]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1431
2861+
[#1432]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1432
2862+
[#1433]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1433
2863+
<!-- #1434 Master branch only -->
2864+
[#1434]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1434
28342865
<!--PowerNukkitX Version history-->
28352866

28362867
<!--1.6.0.0-PNX Version summary Start-->

CONTRIBUTING.md renamed to CODE_OF_CONDUCT.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ Here are some key things to note before jumping in:
116116
---
117117
Need to switch languages?
118118

119-
[![简体中文](https://img.shields.io/badge/简体中文-Click%20me-purple?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/blob/zh-hans/CONTRIBUTING.md)
120-
[![繁體中文](https://img.shields.io/badge/繁體中文-Click%20me-purple?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/blob/zh-hant/CONTRIBUTING.md)
121-
[![English](https://img.shields.io/badge/English-Click%20me-purple?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/CONTRIBUTING.md)
122-
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/LICENSE)
123-
[![ChangeLog](https://img.shields.io/badge/ChangeLog-blue?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/CHANGELOG.md)
119+
[![简体中文](https://img.shields.io/badge/简体中文-Click%20me-purple?style=flat-square)](/blob/zh-hans/CODE_OF_CONDUCT.md)
120+
[![繁體中文](https://img.shields.io/badge/繁體中文-Click%20me-purple?style=flat-square)](/blob/zh-hant/CODE_OF_CONDUCT.md)
121+
[![English](https://img.shields.io/badge/English-Click%20me-purple?style=flat-square)](/CODE_OF_CONDUCT.md)
122+
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg?style=flat-square)](/LICENSE)
123+
[![ChangeLog](https://img.shields.io/badge/ChangeLog-blue?style=flat-square)](/CHANGELOG.md)
124124
[![PNX-DOC](https://img.shields.io/badge/PNX-Doc-blue?style=flat-square)](https://doc.powernukkitx.cn)

README.md

+16-17
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<h2>🌐Need to switch languages?&ensp;/&ensp;多语言文档</h2>
44

55
[![Discord](https://img.shields.io/discord/944227466912870410?color=7289da&logo=discord&logoColor=white&style=flat-square)](https://discord.gg/BcPhZCVJHJ)
6-
[![English](https://img.shields.io/badge/English-Click%20me-purple?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/README.md)
7-
[![简体中文](https://img.shields.io/badge/简体中文-Click%20me-purple?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/blob/zh-hans/README.md)
8-
[![繁體中文](https://img.shields.io/badge/繁體中文-Click%20me-purple?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/blob/zh-hant/README.md)
9-
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/LICENSE)
10-
[![ChangeLog](https://img.shields.io/badge/ChangeLog-blue?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/CHANGELOG.md)
6+
[![English](https://img.shields.io/badge/English-Click%20me-purple?style=flat-square)](/README.md)
7+
[![简体中文](https://img.shields.io/badge/简体中文-Click%20me-purple?style=flat-square)](/blob/zh-hans/README.md)
8+
[![繁體中文](https://img.shields.io/badge/繁體中文-Click%20me-purple?style=flat-square)](/blob/zh-hant/README.md)
9+
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg?style=flat-square)](/LICENSE)
10+
[![ChangeLog](https://img.shields.io/badge/ChangeLog-blue?style=flat-square)](/CHANGELOG.md)
1111
[![FAQ](https://img.shields.io/badge/FAQ-blue?style=flat-square)](https://www.powernukkitx.com/doc/en-us/faq/common.html)
1212
[![PNX-DOC](https://img.shields.io/badge/PNX-DOC-blue?style=flat-square)](https://doc.powernukkitx.cn)
1313
[![Maven Central](https://img.shields.io/maven-central/v/cn.powernukkitx/powernukkitx.svg?label=Maven%20Central&style=flat-square)](https://search.maven.org/search?q=g:%22cn.powernukkitx%22%20AND%20a:%22powernukkitx%22)
@@ -24,19 +24,18 @@ Join US:
2424

2525
What's new in PowerNukkitX? Let's See:
2626

27-
1. Support for 1.20.40 protocol.
28-
2. Support for 384 world height.
29-
3. Support for The Nether world, no need to install additional plugin.
30-
4. Support 3D biomes.<!--Custom dimension interface TODO-->
31-
5. Support for vanilla commands and command block.
32-
6. Built-in [Terra](https://github.com/PolyhedralDev/Terra) generator (if you have
27+
- Support for 1.20.40 protocol.
28+
- Support for 384 world height.
29+
- Support for The Nether world, no need to install additional plugin.
30+
- Support 3D biomes.<!--Custom dimension interface TODO-->
31+
- Support for vanilla commands and command block.
32+
- Built-in [Terra](https://github.com/PolyhedralDev/Terra) generator (if you have
3333
questions [click here to view](https://www.powernukkitx.com/doc/en-us/faq/terra.html)) .
34-
7. Support for writing plugins using the JavaScript language (development documentation can be
34+
- Support for writing plugins using the JavaScript language (development documentation can be
3535
found [here](https://www.powernukkitx.com/doc/en-us/dev/js/setup_dev_env.html)).
36-
8. Support custom blocks / items / entity (refinement in progress, [documentation](https://doc.powernukkitx.cn/) to be
36+
- Support custom blocks / items / entity (refinement in progress, [documentation](https://doc.powernukkitx.cn/) to be
3737
added).
38-
9. Original Entity AI framework, no need to install MobPlugin (under development, Not all creature completed).
39-
10. Todo...
38+
- Original Entity AI framework, no need to install MobPlugin (under development, Not all creature completed).
4039

4140
---
4241

@@ -109,7 +108,7 @@ compatibility.
109108
to generate electricity with love. If you encounter any problems when using PowerNukkitX, you should
110109
first [create an issue](https://github.com/PowerNukkitX/PowerNukkitX/issues) in this repository (please also note to
111110
read the rules in
112-
the [Contribution Help Guide](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/CONTRIBUTING.md)).
111+
the [Contribution Help Guide](/CODE_OF_CONDUCT.md)).
113112

114113
* We also recommend that you perform regular backups and other operations, and use the plug-ins made
115114
for [PowerNukkitX](https://github.com/PowerNukkitX/PowerNukkitX) and
@@ -175,7 +174,7 @@ dependencies {
175174

176175
🧐 Contributing
177176
---
178-
Please read the [CONTRIBUTING](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/CONTRIBUTING.md) guide before submitting any issue. Issues with insufficient information or in the wrong format will be closed and will not be reviewed.
177+
Please read the [CONTRIBUTING](/CODE_OF_CONDUCT.md) guide before submitting any issue. Issues with insufficient information or in the wrong format will be closed and will not be reviewed.
179178

180179
---
181180

blob/zh-hans/CHANGELOG.md

+36-5
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,32 @@
1919
- [#1407] 添加`骆驼`刷怪蛋。
2020
- [#1410] 添加新的配方。
2121
- [#1413] 添加能在查询中更改Minecraft版本的功能。
22+
- [#1414] `1.20`特性更新。
23+
- [#1423] 为新版本添加了`ChunkUpdater`/`LogUpdater`/`FacingToCardinalDirectionUpdater`
24+
- [#1427] 添加更多的``
25+
- [#1430] 添加`playersSleepingPercentage`游戏规则。
2226

2327
## 修改记录
2428

2529
- [#1406] 更新了有形状和无形状的制作配方。
2630
- [#1411] 更新`block_color.json``block_property_types.json`
31+
- [#1416] 更新`Minecraft Wiki`链接。
32+
- [#1431] 改进`PopulatorSugarcane`
33+
- [#1433] JavaDoc内容修正。
2734

2835
## BUG修复
2936

3037
- [#1405] 修复了新版本`Block Properties`的问题。
3138
- [#1410] 修复`chest pair`
39+
- [#1414] `1.20.4`BUG修复。
40+
- [#1424] 修复`ChunkUpdater`
41+
- [#1425] 修复`newID``原始ID`相同的问题。
42+
- [#1426] 修复max sense not taken in action。
43+
- [#1427] 修复`SkullSherd package`
44+
- [#1428] 修复`弓箭`不会消失的问题。
45+
- [#1429] 修复`矿物``石头`类方块的生成问题。
46+
- [#1432] 修复`发射器`无法发射药水的问题。
47+
- [#1434] 修复了`羊毛颜色``剪切状态`相关的问题。 <!-- #1434 Master branch only -->
3248

3349
## [1.20.40-r1-PNX](https://github.com/PowerNukkitX/PowerNukkitX/releases/tag/1.20.40-r1) - 2023-10-26
3450
该版本目前支持了Minecraft:BE `1.20.40 (协议版本622)`.
@@ -1970,11 +1986,11 @@ Fixes several anvil issues.
19701986
---
19711987
Need to switch languages?
19721988

1973-
[![简体中文](https://img.shields.io/badge/简体中文-Click%20me-purple?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/blob/zh-hans/CHANGELOG.md)
1974-
[![繁體中文](https://img.shields.io/badge/繁體中文-Click%20me-purple?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/blob/zh-hant/CHANGELOG.md)
1975-
[![English](https://img.shields.io/badge/English-Click%20me-purple?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/CHANGELOG.md)
1976-
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/LICENSE)
1977-
[![README](https://img.shields.io/badge/README-blue?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/blob/zh-hans/README.md)
1989+
[![简体中文](https://img.shields.io/badge/简体中文-Click%20me-purple?style=flat-square)](./CHANGELOG.md)
1990+
[![繁體中文](https://img.shields.io/badge/繁體中文-Click%20me-purple?style=flat-square)](../zh-hant/CHANGELOG.md)
1991+
[![English](https://img.shields.io/badge/English-Click%20me-purple?style=flat-square)](../../CHANGELOG.md)
1992+
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg?style=flat-square)](../../LICENSE)
1993+
[![README](https://img.shields.io/badge/README-blue?style=flat-square)](./README.md)
19781994
[![PNX-DOC](https://img.shields.io/badge/PNX-DOC-blue?style=flat-square)](https://doc.powernukkitx.cn)
19791995

19801996
[updated changelog]:https://github.com/PowerNukkit/PowerNukkit/blob/bleeding/CHANGELOG.md
@@ -2835,6 +2851,21 @@ Need to switch languages?
28352851
[#1410]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1410
28362852
[#1411]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1411
28372853
[#1413]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1413
2854+
[#1414]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1414
2855+
[#1416]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1416
2856+
[#1423]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1423
2857+
[#1424]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1424
2858+
[#1425]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1425
2859+
[#1426]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1426
2860+
[#1427]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1427
2861+
[#1428]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1428
2862+
[#1429]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1429
2863+
[#1430]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1430
2864+
[#1431]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1431
2865+
[#1432]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1432
2866+
[#1433]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1433
2867+
<!-- #1434 Master branch only -->
2868+
[#1434]: https://github.com/PowerNukkitX/PowerNukkitX/pull/1434
28382869
<!--PowerNukkitX Version history-->
28392870

28402871
<!--1.6.0.0-PNX Version summary Start-->

blob/zh-hans/CONTRIBUTING.md renamed to blob/zh-hans/CODE_OF_CONDUCT.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@
116116
---
117117
Need to switch languages?
118118

119-
[![简体中文](https://img.shields.io/badge/简体中文-Click%20me-purple?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/blob/zh-hans/CONTRIBUTING.md)
120-
[![繁體中文](https://img.shields.io/badge/繁體中文-Click%20me-purple?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/blob/zh-hant/CONTRIBUTING.md)
121-
[![English](https://img.shields.io/badge/English-Click%20me-purple?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/CONTRIBUTING.md)
122-
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/LICENSE)
123-
[![ChangeLog](https://img.shields.io/badge/ChangeLog-blue?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/blob/zh-hans/CHANGELOG.md)
119+
[![简体中文](https://img.shields.io/badge/简体中文-Click%20me-purple?style=flat-square)](./CODE_OF_CONDUCT.md)
120+
[![繁體中文](https://img.shields.io/badge/繁體中文-Click%20me-purple?style=flat-square)](../zh-hant/CODE_OF_CONDUCT.md)
121+
[![English](https://img.shields.io/badge/English-Click%20me-purple?style=flat-square)](../../CODE_OF_CONDUCT.md)
122+
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg?style=flat-square)](../../LICENSE)
123+
[![ChangeLog](https://img.shields.io/badge/ChangeLog-blue?style=flat-square)](./CHANGELOG.md)
124124
[![PNX-DOC](https://img.shields.io/badge/PNX-Doc-blue?style=flat-square)](https://doc.powernukkitx.cn)

0 commit comments

Comments
 (0)