aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordaoge_cmd <3523206925@qq.com>2026-03-02 00:04:54 +0800
committerdaoge_cmd <3523206925@qq.com>2026-03-02 00:43:04 +0800
commit47e00f7b62b0717d09504d63e9d53404250609de (patch)
treed0024d39bea490bfca6f35df58c39f23e5d1c21d /README.md
parente16600a3e6b497f520178a7cb8be7a06b5c6efad (diff)
feat: improve mouse input handling
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index e9af7d0f..279f7051 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# MinecraftConsoles
+[![Discord](https://img.shields.io/badge/Discord-Join%20Server-5865F2?logo=discord&logoColor=white)](https://discord.gg/5CSzhc9t)
+
![img.png](img.png)
## 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