diff --git a/MorriCraft-Windows.zip b/MorriCraft-Windows.zip index 4bbd49b..65a2758 100644 Binary files a/MorriCraft-Windows.zip and b/MorriCraft-Windows.zip differ diff --git a/README.md b/README.md index 753248c..d2f7bc1 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,12 @@ A pre-built `MorriCraft-Windows.zip` is available in the repository root. ## 📜 Version History -### v2.2.24 - UI & Command Fixes (Current) +### v2.2.25 - Grass Block & Update System Patch (Current) +- **Held Item Rendering**: Fixed grass blocks, logs, and crafting tables showing incorrect textures in the player's hand. +- **Update System Overhaul**: Introduced an extraction phase with progress feedback and a "Restart" button for automated relaunch. +- **Spawn Stability**: Players now spawn in stable biome centers, avoiding transition edges. + +### v2.2.24 - UI & Command Fixes - **'E' Key Bug Fix**: Resolved an issue where the inventory overlay would get out of sync with container/cheat GUIs, preventing the menu from staying open or resulting in a missing cursor. - **/test Command**: Refined the `/test` command to grant exactly 1x Crafting Table and 64x Oak Logs with descriptive feedback. - **Help Command**: Updated `/help` to include all debug commands (`/test`, `/cheat`, `/fly`, `/seed`). diff --git a/assets/version.txt b/assets/version.txt index 4fd2b78..689c5a9 100644 --- a/assets/version.txt +++ b/assets/version.txt @@ -1 +1 @@ -v2.2.24 +v2.2.25 diff --git a/build-linux/MorriCraft b/build-linux/MorriCraft index 370c946..66c2150 100755 Binary files a/build-linux/MorriCraft and b/build-linux/MorriCraft differ diff --git a/build-linux/assets/version.txt b/build-linux/assets/version.txt index 4fd2b78..689c5a9 100644 --- a/build-linux/assets/version.txt +++ b/build-linux/assets/version.txt @@ -1 +1 @@ -v2.2.24 +v2.2.25 diff --git a/build-windows/MorriCraft.exe b/build-windows/MorriCraft.exe index 5a9a82d..20664e2 100755 Binary files a/build-windows/MorriCraft.exe and b/build-windows/MorriCraft.exe differ diff --git a/build-windows/assets/version.txt b/build-windows/assets/version.txt index 4fd2b78..689c5a9 100644 --- a/build-windows/assets/version.txt +++ b/build-windows/assets/version.txt @@ -1 +1 @@ -v2.2.24 +v2.2.25 diff --git a/release/MorriCraft-Linux.zip b/release/MorriCraft-Linux.zip index d9066d9..d47dc72 100644 Binary files a/release/MorriCraft-Linux.zip and b/release/MorriCraft-Linux.zip differ diff --git a/release/MorriCraft-Windows.zip b/release/MorriCraft-Windows.zip index 768b680..5fb497d 100644 Binary files a/release/MorriCraft-Windows.zip and b/release/MorriCraft-Windows.zip differ diff --git a/release/version.txt b/release/version.txt index 4fd2b78..689c5a9 100644 --- a/release/version.txt +++ b/release/version.txt @@ -1 +1 @@ -v2.2.24 +v2.2.25 diff --git a/src/main.cpp b/src/main.cpp index 107ae46..b7dc7be 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1075,7 +1075,7 @@ int main(void) float updateTimer = 0.0f; float downloadProgress = 0.0f; std::string latestVersion = ""; - std::string localVersion = "v2.2.23"; // Default fallback + std::string localVersion = "v2.2.25"; // Default fallback // Read local version std::ifstream vfile("assets/version.txt"); diff --git a/version.txt b/version.txt index 4fd2b78..689c5a9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v2.2.24 +v2.2.25