aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordaoge_cmd <3523206925@qq.com>2026-03-01 16:04:34 +0800
committerdaoge_cmd <3523206925@qq.com>2026-03-01 16:04:34 +0800
commit9af787692e3925d70c9f29eca3c47bdb7479d076 (patch)
tree6c888a0c4408805ab049914d0800688a8aeea4ae /README.md
parent3c459b465ca57468ddd91e6bafedca3631119094 (diff)
fix: fix release mode compilation on Windows
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 92b58e58..19018bfc 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
## Introduction
-This project contains the source code of Minecraft Legacy Console Edition v1.12, with some fixes applied to allow compilation and execution in Debug mode on Windows using Visual Studio 2022.
+This project contains the source code of Minecraft Legacy Console Edition v1.3.0494.0, with some fixes applied to allow compilation and execution in Debug and Release mode on Windows using Visual Studio 2022.
## Build & Run
@@ -12,7 +12,7 @@ This project contains the source code of Minecraft Legacy Console Edition v1.12,
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** and the target platform to **Windows64**, then build and run
+5. Set the build configuration to **Debug** or **Release** and the target platform to **Windows64**, then build and run
## Playing
@@ -20,12 +20,12 @@ Since Minecraft Legacy Console Edition does not natively support keyboard and mo
## Known Issues
-1. The project does not compile in Release mode on Windows. Builds for other platforms have not been tested and are most likely non-functional.
+1. Builds for other platforms have not been tested and are most likely non-functional.
2. Sound effects are missing.
3. Other unknown issues may exist.
## Goals
- [ ] Native keyboard and mouse input support
-- [ ] Fix compilation in Release mode on Windows
+- [x] Fix compilation in Release mode on Windows
- [ ] Fix builds and execution on non-Windows platforms