MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

Minecraft PE 0.1.1 decompilation project

Created 3/13/2026
Updated about 19 hours ago
Repository documentation and setup instructions

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.

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/Lev250912/mcped-0.1.1
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "lev250912-mcped-0-1-1": { "command": "git", "args": [ "clone", "https://github.com/Lev250912/mcped-0.1.1" ] } } }