aboutsummaryrefslogtreecommitdiff
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
parent3c459b465ca57468ddd91e6bafedca3631119094 (diff)
fix: fix release mode compilation on Windows
-rw-r--r--Minecraft.Client/Windows64/4JLibs/libs/4J_Input.libbin693068 -> 693068 bytes
-rw-r--r--Minecraft.Client/Windows64/4JLibs/libs/4J_Render_PC.libbin5561880 -> 5561880 bytes
-rw-r--r--Minecraft.Client/Windows64/4JLibs/libs/4J_Storage.libbin759882 -> 759882 bytes
-rw-r--r--README.md8
4 files changed, 4 insertions, 4 deletions
diff --git a/Minecraft.Client/Windows64/4JLibs/libs/4J_Input.lib b/Minecraft.Client/Windows64/4JLibs/libs/4J_Input.lib
index 5fecd971..724a1228 100644
--- a/Minecraft.Client/Windows64/4JLibs/libs/4J_Input.lib
+++ b/Minecraft.Client/Windows64/4JLibs/libs/4J_Input.lib
Binary files differ
diff --git a/Minecraft.Client/Windows64/4JLibs/libs/4J_Render_PC.lib b/Minecraft.Client/Windows64/4JLibs/libs/4J_Render_PC.lib
index e46e7f93..38c56659 100644
--- a/Minecraft.Client/Windows64/4JLibs/libs/4J_Render_PC.lib
+++ b/Minecraft.Client/Windows64/4JLibs/libs/4J_Render_PC.lib
Binary files differ
diff --git a/Minecraft.Client/Windows64/4JLibs/libs/4J_Storage.lib b/Minecraft.Client/Windows64/4JLibs/libs/4J_Storage.lib
index e1d70b87..d8157a20 100644
--- a/Minecraft.Client/Windows64/4JLibs/libs/4J_Storage.lib
+++ b/Minecraft.Client/Windows64/4JLibs/libs/4J_Storage.lib
Binary files differ
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