Skip to content

Commit

Permalink
support 1.19.50.02
Browse files Browse the repository at this point in the history
  • Loading branch information
hhhxiao committed Dec 26, 2022
1 parent a72b4c2 commit b774462
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cmake_minimum_required(VERSION 3.16)
project(BedrockOptimizer)
set(CMAKE_CXX_STANDARD 17)
set(MOD_VERSION 0.2)
set(MOD_VERSION 0.4)
set(TEST_NUMBER 12)
set(GAME_VERSION 1.19.31.01)
set(GAME_VERSION 1.19.51.02)
option(DEV "Build as developer version" ON)
option(BETA "Build as beta version" OFF)
add_definitions(-DMOD_VERSION="${MOD_VERSION}")
Expand Down
2 changes: 1 addition & 1 deletion LINK.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.20.02.zip
https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.50.02.zip
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### v0.2.7

**注意这是个早期版本,难免出现bug,请谨慎使用**

#### 依赖和版本支持

- 需要LiteLoader 2.9.0 或以上版本
- 理论上支持1.19.51.02及以上版本

#### 更新日志

- 支持1.19.51.02


### v0.2.6

**注意这是个早期版本,难免出现bug,请谨慎使用**
Expand Down

0 comments on commit b774462

Please sign in to comment.