diff --git a/README.md b/README.md index 24b1665..f992ece 100644 --- a/README.md +++ b/README.md @@ -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/)