Skip to content

Commit

Permalink
Update: changelog for 0.18'
Browse files Browse the repository at this point in the history
  • Loading branch information
hhhxiao committed Sep 3, 2022
1 parent 665dd9e commit 088ec6d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16)
project(Trapdoor)
set(CMAKE_CXX_STANDARD 17)

set(TRAPDOOR_VERSION 0.17.5)
set(TRAPDOOR_VERSION 0.18.0)
set(TEST_NUMBER 12)
set(GAME_VERSION 1.19.20.02)
option(DEV "Build as developer version" ON)
Expand Down
24 changes: 22 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
### trapdoor-ll-0.18.0-1.19.20.02

#### 依赖和版本支持

- 需要LiteLoader 2.5.0 或以上版本
- 理论上支持1.19.20.02及以上版本

#### 更新日志

- 开服时的默认配置项将不再打印在控制台
- 添加`traodoor dump`命令以打印当前配置项
- `tweak`添加防止爆炸破坏地形的功能
- 修复假人背包数据同步滞后的问题(#20
- 修复假人在死亡时背包不能正确清空的问题 (#24)
- 添加自定义假人名称前缀的功能(生成新假人时会使用)(#21)
- 移除假人自动加入游戏的功能 (#23)
- 修复`tick fz``tick fw`会执行两次的问题
- 修复仙人掌转方块和漏斗计数器查看冲突(#28)
- 修复部分拼写错误

### trapdoor-ll-0.17.5-1.19.20.02

#### 依赖和版本支持
Expand All @@ -7,14 +27,14 @@

#### 更新日志

- `trweak`命令现在可以修改计划刻上限了
- `tweak`命令现在可以修改计划刻上限了
- 修复`prof`指令内计划刻数据计算错误的问题
- 修复无法将假人背包数据写如文件的问题(#12)
-`prof entity`增加合计执行时间
- 添加trigger命令以监控部分游戏内事件(新增事件可前往#17反馈)
- 移除占地方的banner并添加相关版权信息和构建时间
- 修复村民头顶信息的部分显示问题
- 修复玩家实体名字显示为`entity.player.name`的问题
- 修复玩家实体名字显示为`entity.player.name`的问题``

### trapdoor-ll-0.17-1.19.20.02

Expand Down

0 comments on commit 088ec6d

Please sign in to comment.