NOTICE

I cannot ethically maintain this project further since it heavily relies on Minecraft Forge. There has been well-documented mistreatment from Forge's lead developer, LexManos, towards his own team, and even other developers. See NeoForge's article for more.

In addition, MCP, which this relies on, and other tooling is pretty much now legacy compared to modern day NeoForge equivalents. If this were to ever be remade: it should definitely use NeoForge.

This repository will remain archived permanently. Feel free to fork if you wish.

mcp-reimagined

Automated fork of Hexeption/MCP-Reborn powered by GitHub Actions and Bun which updates to the latest version of Minecraft.

[!CAUTION] You are NOT allowed to publish any of Minecraft's code generated by this tool. Refer to the License for more information.

[!WARNING] This repository requires Java version 25 or higher.
Press Ctrl + Shift + Alt + S to change your Java version in IntelliJ.

[!IMPORTANT] You can find from Minecraft version 1.21.3 20241025.112443 and onward in the releases.

[!NOTE] The current Minecraft version in this repository is 26.1.2 20260409.101008.

Usage

[!IMPORTANT] IntelliJ IDEA is recommended for this project.

Clone repository with Git

$ git clone https://github.com/dubfib/mcp-reimagined.git

Or download from your browser here.

Unzip and open the project in IntelliJ IDEA

[!TIP] You can optionally delete the .github and scripts folder as it is used for automation in the repository.

Wait for IntelliJ to import the Gradle project

[!TIP] If it does not automatically import, open build.gradle and click the run button at the top right corner.
You also can edit how much ram Gradle can use in gradle.properties to speed up the process.

# 8GB of ram instead of the default 3GB
org.gradle.jvmargs=-Xmx8G

Click the Gradle icon on the right sidebar

[!IMPORTANT] Run Tasks/mcp/setup, then Tasks/mcp/copyAssets.

Run Minecraft client

[!NOTE] Click the dropdown next to the run button, select Minecraft, and click run, or just run Tasks/mcp/runClient.

Building

todo. docs will be added in the future (next commit, most likely as i already know how to do it).

Contributors

❤️ Special thanks to the MinecraftForge for making this project possible.