From b406456d1317ed2e310af9645de6a3fe417e1ea4 Mon Sep 17 00:00:00 2001 From: Revela Date: Sat, 21 Mar 2026 12:41:20 -0500 Subject: [PATCH] Update README with music fix info Added music context fixes --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e689d7fb..d8b8013c 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,11 @@ This project is based on source code of Minecraft Legacy Console Edition v1.6.05 ## Latest: +Music context fixes: +- Menu music (menu1-4) now plays only on the title screen +- creative music (creative1-6) only plays in creative mode +- survival mode plays only calm/hal/nuance/piano tracks + Performance optimizations across rendering, audio, and entity systems! - Renderer: column-level frustum culling and compact visible-chunk lists skip thousands of empty iterations per frame; lightweight second-pass render path avoids redundant checks - Sound engine: filesystem probe results are now cached, eliminating repeated file-existence checks every time a sound plays; sounds are pre-decoded for smoother playback