MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

Minecraft PE 0.1.1 decompilation project

创建于 3/13/2026
更新于 2 days 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.

快速设置
此服务器的安装指南

安装命令 (包未发布)

git clone https://github.com/Lev250912/mcped-0.1.1
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。

Cursor 配置 (mcp.json)

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