A certain block game
Find a file
Omri H 1b2d3909e9 Revert "fix: target vs 2026"
This reverts commit 80997ae6fe.
2026-03-01 19:42:43 +02:00
Minecraft.Client Revert "fix: target vs 2026" 2026-03-01 19:42:43 +02:00
Minecraft.World Revert "fix: target vs 2026" 2026-03-01 19:42:43 +02:00
x64 Initial commit 2026-03-01 12:16:08 +08:00
.gitignore Add gitignore (#17) 2026-03-02 00:45:30 +08:00
img.png chore: update image asset 2026-03-01 21:37:39 +08:00
MinecraftConsoles.sln fix: target vs 2026 2026-03-01 19:22:32 +02:00
README.md update readme 2026-03-01 19:25:50 +02:00

MinecraftConsoles

Discord

img.png

Introduction

This project contains the source code of Minecraft Legacy Console Edition v1.3.0494.0, with some fixes and improvements applied.

Features

  • Fixed compilation and execution in both Debug and Release mode on Windows using Visual Studio 2022
  • Added support for keyboard and mouse input
  • 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

Build & Run

  1. Install Visual Studio 2022
  2. Clone the repository
  3. Open the project by double-clicking MinecraftConsoles.sln
  4. Set the build configuration to Debug (Release is also OK) 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
  • There are some render bugs in the Release mode build