A certain block game
Find a file
2026-03-20 08:59:00 +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 Added Double Tall Plants 2026-03-20 01:53:28 -04:00
Minecraft.World Added Double Tall Plants 2026-03-20 01:53:28 -04: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 Disable git LFS 2026-03-09 20:49:50 -05: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 Update README.md 2026-03-20 08:58:33 +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!

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.