A certain block game
Find a file
2026-03-25 13:22:32 +03:00
.github Update roadmap.png 2026-03-20 08:58:25 +03:00
.vscode Cherry-pick non-code files to exclude from vscode search 2026-03-07 02:35:34 +07:00
cmake voids request - Move the filesystem files to root/ as it will be used in both Minecraft.Client and Minecraft.World (#819) 2026-03-07 18:36:05 +07:00
include/lce_filesystem Fix PCH (#828) 2026-03-07 20:21:37 +07:00
Minecraft.Client Desert Temple Update 2026-03-24 14:46:59 +01:00
Minecraft.World Desert Temple Update 2026-03-24 14:46:59 +01:00
x64 Remove all old binka redist files (#1116) 2026-03-13 19:43:37 +00:00
.clang-format Fix overlapping debug menus and screens (#294) 2026-03-04 12:31:47 +08:00
.clang-tidy Remove AUTO_VAR macro and _toString function (#592) 2026-03-06 02:11:18 +07:00
.gitattributes Revert "Merge pull request #12 from ItzSonicFaner/LegacyEvolved" 2026-03-24 15:12:06 +03:00
.gitignore Fixed baby zombie hitbox size (#765) 2026-03-06 18:45:22 -06:00
CMakeLists.txt Move to newer C++17 language standard 2026-03-08 00:23:39 +07:00
COMPILE.md docs: clarify platform support and building requirements in README.md and COMPILE.md 2026-03-03 05:43:32 +08:00
CONTRIBUTING.md Update CONTRIBUTING.md 2026-03-18 23:57:09 -04:00
MinecraftConsoles.sln Add ARM64EC Support (#174) 2026-03-03 03:06:21 +07:00
README.md Add Acknowledgments Section 2026-03-25 13:22:32 +03:00

Tutorial World

Legacy Evolved

This project aims to backport the newer title updates back to the Minecraft: Legacy Console Edition Source Code Leak (which is based on TU19).

Discord

Our roadmap:

Roadmap

  • Port Title Update 25 (98.21% complete)

  • Port Title Update 31 (76.12% complete)

See our our Contributor's Guide for more information on the goals of this project.

Download

Users can download our Nightly Build! Simply download the .zip file and extract it!

Acknowledgments

Huge thanks to the following projects:

Build & Run

  1. Install Visual Studio 2022 or newer.
  2. Clone the repository.
  3. Open the project folder from Visual Studio.
  4. Set the build configuration to Windows64 - Debug (Release is also ok but missing some debug features), then build and run.