diff options
| author | daoge_cmd <3523206925@qq.com> | 2026-03-02 00:04:54 +0800 |
|---|---|---|
| committer | daoge_cmd <3523206925@qq.com> | 2026-03-02 00:43:04 +0800 |
| commit | 47e00f7b62b0717d09504d63e9d53404250609de (patch) | |
| tree | d0024d39bea490bfca6f35df58c39f23e5d1c21d /README.md | |
| parent | e16600a3e6b497f520178a7cb8be7a06b5c6efad (diff) | |
feat: improve mouse input handling
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,7 @@ # MinecraftConsoles +[](https://discord.gg/5CSzhc9t) +  ## Introduction @@ -20,9 +22,9 @@ This project contains the source code of Minecraft Legacy Console Edition v1.3.0 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** or **Release** and the target platform to **Windows64**, then build and run +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 ## Known Issues - Builds for other platforms have not been tested and are most likely non-functional -- Other unknown issues may exist
\ No newline at end of file +- There are some render bugs in the Release mode build |
