diff options
| author | daoge_cmd <3523206925@qq.com> | 2026-03-03 07:51:20 +0800 |
|---|---|---|
| committer | daoge_cmd <3523206925@qq.com> | 2026-03-03 07:51:20 +0800 |
| commit | 24da81a1ca5e9696c60559fc7edd85386462b193 (patch) | |
| tree | 40ebd6af7fc4ba40aa491ba2307e184b3a3d09ee | |
| parent | b8a7f816b52775fdcfb3503f0000accb8cd65765 (diff) | |
docs: add LAN multiplayer details to README.md
| -rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -25,6 +25,24 @@ This project contains the source code of Minecraft Legacy Console Edition v1.6.0 - 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/ +## Multiplayer + +Basic LAN multiplayer is available on the Windows build. + +- Hosting a multiplayer world automatically advertises it on the local network +- Other players on the same LAN can discover the session from the in-game Join Game menu +- Game connections use TCP port `25565` by default +- LAN discovery uses UDP port `25566` +- You can override your in-game username at launch with `-name` + +Example: + +```powershell +Minecraft.Client.exe -name Steve +``` + +This feature was introduced from the work in [PR #96](https://github.com/smartcmd/MinecraftConsoles/pull/96) and is based on [LCEMP](https://github.com/LCEMP/LCEMP/). + ## Controls (Keyboard & Mouse) - **Movement**: `W` `A` `S` `D` |
