Go to file
PeytonPlayz595 d6dabddd51 TeaVM 0.9.2
2024-02-10 13:54:22 -05:00
.settings Upload src 2024-02-08 20:09:35 -05:00
gradle/wrapper TeaVM 0.9.2 2024-02-10 13:54:22 -05:00
jars Compile resources 2024-02-09 10:07:55 -05:00
md5 Upload src 2024-02-08 20:09:35 -05:00
resources Compile resources 2024-02-09 10:07:55 -05:00
src/main/java TeaVM 0.9.2 2024-02-10 13:54:22 -05:00
web TeaVM 0.9.2 2024-02-10 13:54:22 -05:00
.classpath Upload src 2024-02-08 20:09:35 -05:00
.project Upload src 2024-02-08 20:09:35 -05:00
build.gradle TeaVM 0.9.2 2024-02-10 13:54:22 -05:00
CompileEPK.bat Compile resources 2024-02-09 10:07:55 -05:00
CompileEPK.sh Compile resources 2024-02-09 10:07:55 -05:00
gradlew TeaVM 0.9.2 2024-02-10 13:54:22 -05:00
gradlew.bat TeaVM 0.9.2 2024-02-10 13:54:22 -05:00
LICENSE Initial commit 2024-02-08 20:07:53 -05:00
README.md Update README.md 2024-02-10 08:07:14 -05:00
settings.gradle TeaVM 0.9.2 2024-02-10 13:54:22 -05:00

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)

Play the official release (No download required):

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 never supported by MCP. To get started head over to the RetroMCP GitHub 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
  • Decompiled Minecraft Alpha v1.2.6 source code