# MCPELauncher

> MCP Server

BlockLauncher source code. Patches Minecraft for Android, enabling mods & resource packs. MCP-based.

## Overview

- **Category:** Developer Tools
- **Language:** Java
- **Stars:** 742
- **Forks:** 198
- **Owner:** zhuowei
- **GitHub:** https://github.com/zhuowei/MCPELauncher
- **Created:** 2013-01-06T01:47:06+00:00
- **Updated:** 2025-07-02T18:49:22+00:00
- **Source:** https://model-context-protocol.com/servers/mcpelauncher

## Setup

## Setup

While BlockLauncher's build system is outdated and complex, here's how to set up a build environment based on the provided information:

**Prerequisites:**

*   A Linux environment (tested on Ubuntu 18.04 and 19.10).
*   `git`
*   `p7zip-full`
*   `openjdk-8-jdk`
*   `ant`

**Installation Steps:**

1.  **Install required packages:**

    ```bash
    sudo apt install git p7zip-full openjdk-8-jdk ant
    ```

2.  **Set Java 8 as the default Java version:**

    ```bash
    sudo update-java-alternatives -s java-1.8.0-openjdk-amd64
    ```

**Configuration Requirements:**

*   The build system uses Ant.  Familiarity with Ant is recommended.

**Environment Variables:**

*   The `tools/ci/ci_build.sh` script likely handles environment variable setup.  Examine this script for specific requirements.  No specific environment variables are explicitly mentioned in the provided README.

**Note:**

*   The build system is known to be complicated and uses older versions of libraries.  Be prepared to troubleshoot potential issues.
*   The `tools/ci/ci_build.sh` script is the primary tool for setting up the build environment.  Refer to it for more detailed instructions and dependencies.

## Tools

There is no explicit "tools/features" section in the provided README. The README primarily focuses on build instructions, licensing, and third-party libraries used. Therefore, I cannot extract and improve a tools/features section.

```
""
```
