This commit is contained in:
Dylan T.
2024-12-09 16:51:41 +00:00
committed by GitHub
parent bba525da02
commit 6f197bc1bb
2 changed files with 14 additions and 1 deletions

View File

@ -114,3 +114,16 @@ Released 5th December 2024.
## Internals
- Improved blockstate consistency check to detect tiles disappearing during refactors.
# 5.23.2
Released 9th December 2024.
## General
- Updated translations for Russian and Korean.
## Fixes
- Fixed server build number.
- Fixed some crashes being misreported as plugin-involved.
## Internals
- Removed legacy `build/make-release.php` script. This script is no longer used, as all releases should now follow the PR workflow.