Update README.md

This commit is contained in:
PeytonPlayz595 2024-02-09 21:57:18 -05:00 committed by GitHub
parent a8fbe9a472
commit e8182652a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,11 @@ This is based off of real Minecraft Alpha v1.2.6, the decompiled source code has
### Play the official release: https://peytonplayz595.github.io/Alpha-v1.2.6/js/
# How to decompile older Minecraft versions
To decompile older Minecraft versions you can use RetroMCP!
RetroMCP is a rewrite of MCP that adds support for many different older versions of Minecraft that were supported by MCP. To get started head over to the [RetroMCP GitHub](https://github.com/MCPHackers/RetroMCP-Java/releases) and download the latest release. Make sure you have Java 8 (or higher) installed in order to run and decompile Minecraft versions.
# Code used within this project
- Modified version of Lax1dude's OpenGL Emulator from [0.30-WebGL](https://github.com/PeytonPlayz595/0.30-WebGL/)