Skip to content

Commit

Permalink
Add: change log
Browse files Browse the repository at this point in the history
  • Loading branch information
hhhxiao committed Oct 1, 2022
1 parent e423426 commit a13d818
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
cmake_minimum_required(VERSION 3.16)

#variables
set(TRAPDOOR_VERSION 0.19.2)
set(TRAPDOOR_VERSION 0.19.5)
set(GAME_VERSION 1.19.30.04)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_BUILD_TYPE Release)
Expand Down
25 changes: 25 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
### trapdoor-ll-0.19.5-1.19.22.02

#### **注意**

此版本需要同时安装

- [https://github.com/OEOTYAN/LiteLoaderBDS-CUI/releases/tag/ll.1.0](https://github.com/OEOTYAN/LiteLoaderBDS-CUI/releases/tag/ll.1.0)
- [https://github.com/OEOTYAN/Trapdoor-CUI/releases/tag/v5.0](https://github.com/OEOTYAN/Trapdoor-CUI/releases/tag/v5.0)

这两个材质包,如果不使用区块边界和史莱姆区块显示功能,可不安装第二个

#### 依赖和版本支持

- 需要LiteLoader 2.7.2 或以上版本
- 理论上支持1.19.30.04及以上版本

#### 更新日志

- 支持1.19.30.04
- 新增`village dweller`命令以显示村民所绑定的POI坐标
- `HUD`新增`villager`选项,功能同上
- `data entity`会显示更加精确的坐标和速度数据(#37)
- 现在内建命令`ll list Trapdoor`会显示正确的版本信息了
- 修复有关漏斗计数器的一系列bug(#38)

### trapdoor-ll-0.19.1-1.19.22.02

#### **注意**
Expand Down
6 changes: 3 additions & 3 deletions src/include/config.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#define STR(x) #x
#define Trapdoor_VERSION_MAJOR 0
#define Trapdoor_VERSION_MINOR 19
#define Trapdoor_VERSION_PATCH 2
#define TRAPDOOR_VERSION 0.19.2
#define Trapdoor_VERSION_PATCH 5
#define TRAPDOOR_VERSION 0.19.5
#define GAME_VERSION 1.19.30.04
#define BUILD_TIME 2022-10-01 17:25:21
#define BUILD_TIME 2022-10-01 23:08:51

0 comments on commit a13d818

Please sign in to comment.