Skip to content

Commit

Permalink
Version 4.26.1 and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kbinani committed Dec 28, 2023
1 parent cb43fda commit f7087bd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 4.26.1
・Fixed a problem where bees in a beehive/bee_next were not being converted correctly. [b2j]
・Fixed a problem where entities would not load correctly when the resulting conversion data was read by the Paper server. [b2j, x2j]

Version 4.26.0
・Minecraft 1.20.4 is now supported.
・The resulting data version of conversions was changed from 1.19 to 1.16 when converting Xbox 360 data. [x2j, x2b]
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.ja-JP
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
バージョン 4.26.0 (TBD)
バージョン 4.26.1 (TBD)
・ミツバチの巣/養蜂箱の中にいるミツバチが正しく変換されない問題を修正しました。[b2j]
・変換結果のデータを Paper サーバーで読み込んだ場合、エンティティが正常に読み込まれない問題を修正しました。[b2j, x2j]

バージョン 4.26.0 (2023/12/26)
・Minecraft 1.20.4 に対応しました。
・Xbox 360 のデータを変換する際、変換結果のデータバージョンを 1.19 から 1.16 に変更しました。[x2j, x2b]

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16)
project(je2be-desktop VERSION 4.26.0)
project(je2be-desktop VERSION 4.26.1)

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down

0 comments on commit f7087bd

Please sign in to comment.