Minecraft PE 0.1.1 decompilation project
Minecraft PE 0.1.1 Recreation Project
Early work-in-progress recreation of Minecraft: Pocket Edition 0.1.1 alpha.
This project is NOT affiliated with Minecraft, Mojang AB, or Microsoft Corporation, and will never claim to be.
A reverse engineering / recreation project focused on Minecraft: Pocket Edition v0.1.1 alpha.
Credits
This project is based on the decompilation project:
- https://github.com/nbcraft-org/mcped
This repository is a modified derivative work built on top of that project.
What is this?
This project aims to recreate and port one of the earliest released versions of Minecraft: Pocket Edition, using reverse engineering and C++ reimplementation.
The current focus is on reproducing the look, behavior, and UI of MCPE 0.1.1, while keeping the code portable to modern platforms.
What this is not
- Not the original Minecraft: Pocket Edition source code
- Not affiliated with Mojang or Microsoft
- Not a leaked source code archive
- Not necessarily a byte-perfect matching decompilation
Status
Current work includes:
- Updated 0.1.1-style main menu
- Ongoing restoration of early MCPE UI and behavior
- Further work planned on touch controls and other version differences
Building
Before building, make sure the required game assets are available.
You must provide the original game assets yourself.
If needed, copy the assets folder from the original game package so the project can load textures, GUI files, sounds, and other resources.
Disclaimer
This project requires original Minecraft: Pocket Edition assets to build and run correctly.
No paid game assets or original proprietary files are distributed in this repository.
License
Please see the license files and source headers inherited from the base project for licensing details.
Notes
This repository currently targets a reconstructed PC build of MCPE 0.1.1 behavior and UI. Some parts are still based on earlier versions and are being updated incrementally.