From f8315bb70db3c5f88523035a9f4bd9a455bf5f58 Mon Sep 17 00:00:00 2001 From: lspepinho <162769565+lspepinho@users.noreply.github.com> Date: Mon, 2 Mar 2026 17:33:08 -0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f46290732..330197d6e 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ This project contains the source code of Minecraft Legacy Console Edition v1.3.0 - Disabled V-Sync for better performance - Added a high-resolution timer path on Windows for smoother high-FPS gameplay timing - Device's screen resolution will be used as the game resolution instead of using a fixed resolution (1920x1080) +- LAN Multiplayer & Discovery based on https://github.com/LCEMP/LCEMP/ ## Controls (Keyboard & Mouse) @@ -55,7 +56,7 @@ cmake -S . -B build -G "Visual Studio 17 2022" -A x64 cmake --build build --config Debug --target MinecraftClient ``` -For more informatio, see [COMPILE.md](COMPILE.md) +For more information, see [COMPILE.md](COMPILE.md) ## Known Issues