diff options
| author | Omri <omrih.e@protonmail.com> | 2026-03-02 00:00:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-02 00:00:08 +0200 |
| commit | 0d33cfbdbc4c3a80528bd263ce6e53be85340713 (patch) | |
| tree | f4640efcc7d8ba60e3f925eda1d1e2cba9b33c36 /README.md | |
| parent | 34d398cf1b3aa1bfa22a2e4ba434d8b6b63b3dc3 (diff) | |
| parent | 071d4f65998d617440ade95bd291e47a6a220c59 (diff) | |
Merge branch 'smartcmd:main' into main
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -2,7 +2,7 @@ [](https://discord.gg/5CSzhc9t) - + ## Introduction @@ -15,6 +15,24 @@ This project contains the source code of Minecraft Legacy Console Edition v1.3.0 - Added fullscreen mode support (toggle using F11) - Disabled V-Sync for better performance - Auto-detect native monitor resolution with DPI awareness, resulting in sharper visuals on high-resolution displays +- Full support for keyboard and mouse input + +## Controls (Keyboard & Mouse) + +- **Movement**: `W` `A` `S` `D` +- **Jump / Fly (Up)**: `Space` +- **Sneak / Fly (Down)**: `Shift` (Hold) +- **Sprint**: `Ctrl` (Hold) or Double-tap `W` +- **Inventory**: `E` +- **Drop Item**: `Q` +- **Crafting**: `C` +- **Toggle View (FPS/TPS)**: `F5` +- **Fullscreen**: `F11` +- **Pause Menu**: `Esc` +- **Toggle Mouse Capture**: `Left Alt` (for debugging) +- **Attack / Destroy**: `Left Click` +- **Use / Place**: `Right Click` +- **Select Item**: `Mouse Wheel` or keys `1` to `9` ## Build & Run |
