From 3226cd03490e83a8122ca8e6d69d1b1fe200928f Mon Sep 17 00:00:00 2001 From: PeytonPlayz595 <106421860+PeytonPlayz595@users.noreply.github.com> Date: Fri, 9 Feb 2024 21:47:55 -0500 Subject: [PATCH 1/5] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8944a39..7c6d76a 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -# Alpha-v1.2.6 \ No newline at end of file +# Minecraft Alpha-v1.2.6 + +This is based off of real Minecraft Alpha v1.2.6, the decompiled source code has been ported to TeaVM with as minimal changes as possible. Multiplayer has been removed because I am too lazy to rewrite it, do NOT ask for multiplayer to be added. Worlds and settings are saved to your browsers local storage using IndexedDB, the reason why the world size's are so large is because I had to leave them uncompressed, whenever I tried to compress them using `CompressedStreamTools`, TeaVM would get stuck on an infinite loop. A newly generated world may take up around 20 MBs. + +![Screenshot (23)](https://github.com/PeytonPlayz595/Alpha-v1.2.6/assets/106421860/84c133e9-935e-4edf-8ced-66b752bc5800) + +Play here: https://peytonplayz595.github.io/Alpha-v1.2.6/js/ From 703ea3dff27349067d838d7c41d63574accdb756 Mon Sep 17 00:00:00 2001 From: PeytonPlayz595 <106421860+PeytonPlayz595@users.noreply.github.com> Date: Fri, 9 Feb 2024 21:49:45 -0500 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c6d76a..85904c6 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ This is based off of real Minecraft Alpha v1.2.6, the decompiled source code has ![Screenshot (23)](https://github.com/PeytonPlayz595/Alpha-v1.2.6/assets/106421860/84c133e9-935e-4edf-8ced-66b752bc5800) -Play here: https://peytonplayz595.github.io/Alpha-v1.2.6/js/ +### Play the official release: https://peytonplayz595.github.io/Alpha-v1.2.6/js/ From a8fbe9a472fe4be9d589618ed0af863b74ab3b3a Mon Sep 17 00:00:00 2001 From: PeytonPlayz595 <106421860+PeytonPlayz595@users.noreply.github.com> Date: Fri, 9 Feb 2024 21:53:02 -0500 Subject: [PATCH 3/5] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 85904c6..24b1665 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,8 @@ This is based off of real Minecraft Alpha v1.2.6, the decompiled source code has ![Screenshot (23)](https://github.com/PeytonPlayz595/Alpha-v1.2.6/assets/106421860/84c133e9-935e-4edf-8ced-66b752bc5800) ### Play the official release: https://peytonplayz595.github.io/Alpha-v1.2.6/js/ + +# Code used within this project + +- Modified version of Lax1dude's OpenGL Emulator from [0.30-WebGL](https://github.com/PeytonPlayz595/0.30-WebGL/) +- Decompiled Minecraft Alpha v1.2.6 source code From e8182652a99e2a76bb1a6f76a686a9e8d749c93a Mon Sep 17 00:00:00 2001 From: PeytonPlayz595 <106421860+PeytonPlayz595@users.noreply.github.com> Date: Fri, 9 Feb 2024 21:57:18 -0500 Subject: [PATCH 4/5] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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/) From 6abb20d78f2c95c0ee0ba700ff36767c83e0be78 Mon Sep 17 00:00:00 2001 From: PeytonPlayz595 <106421860+PeytonPlayz595@users.noreply.github.com> Date: Fri, 9 Feb 2024 22:06:04 -0500 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f992ece..e33e53b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is based off of real Minecraft Alpha v1.2.6, the decompiled source code has # 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. +RetroMCP is a rewrite of MCP that adds support for many different older versions of Minecraft that were never 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