A certain block game
Find a file
Oliver1337 49ce83671d
Update UIControl_PlayerSkinPreview.cpp
Update UIControl_PlayerSkinPreview.cpp
This file now makes each UI preview build its own HumanoidModel, according to the skin of that specific slot.

Steve 64x32 preview shows Steve 64x32

Standard 64x64 preview shows Skin 64x64

Slim 64x64 preview shows Slim 64x64
2026-03-09 19:03:59 -03:00
.github Add Discord Invite to issue flow 2026-03-08 03:50:16 -05: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 Update UIControl_PlayerSkinPreview.cpp 2026-03-09 19:03:59 -03:00
Minecraft.World Prevent TNT Minecart exploding with TNT disabled (#1067) 2026-03-09 16:01:17 -05:00
x64 Initial commit 2026-03-01 12:16:08 +08: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 added git lfs (#849) 2026-03-08 00:22:21 +07: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-07 12:46:35 -06:00
MinecraftConsoles.sln Add ARM64EC Support (#174) 2026-03-03 03:06:21 +07:00
README.md Update README.md 2026-03-09 18:37:51 -03:00

MinecraftConsoles

Discord

Tutorial World

Introduction

This project contains the source code of Minecraft Legacy Console Edition v1.6.0560.0 (TU19) with some fixes and improvements applied.

Download

Windows users can download our Latest Build! Simply download the .zip file and extract it to a folder where you'd like to keep the game. You can set your username in username.txt (you'll have to make this file) and add servers to connect to in servers.txt

Platform Support

  • Windows: Supported for building and running the project
  • macOS / Linux: The Windows nightly build may run through Wine or CrossOver based on community reports, but this is unofficial and not currently tested by the maintainers

Features

  • Skin with flag: Steve → Steve model + 64x64 UV

  • Skin with flag: Alex → Alex model + 64x64 UV

  • Skin without flag → Classic Steve model + 64x32 UV

  • UI preview shows each skin correctly

  • The menu no longer crashes the game

Build & Run

  1. Install Visual Studio 2022.
  2. Clone the repository.
  3. Open the project by double-clicking MinecraftConsoles.sln.
  4. Make sure Minecraft.Client is set as the Startup Project.
  5. Set the build configuration to Debug (Release is also OK but has some bugs) and the target platform to Windows64, then build and run.

CMake (Windows x64)

cmake -S . -B build -G "Visual Studio 17 2022" -A x64
cmake --build build --config Debug --target MinecraftClient

For more information, see COMPILE.md.

Known Issues

  • Native builds for platforms other than Windows have not been tested and are most likely non-functional. The Windows nightly build may still run on macOS and Linux through Wine or CrossOver, but that path is unofficial and not currently supported

Contributors

Would you like to contribute to this project? Please read our Contributor's Guide before doing so! This document includes our current goals, standards for inclusions, rules, and more.