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 21 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 1.21.4 20241203.143248
.
Important
IntelliJ IDEA is recommended for this project.
$ git clone https://github.com/dubfib/mcp-reimagined.git
Or download from your browser here.
Tip
You can optionally delete the .github
and scripts
folder as it is used for automation in the repository.
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
Important
Run Tasks/mcp/setup
, then Tasks/mcp/copyAssets
.
Note
Click the dropdown next to the run button, select Minecraft, and click run, or just run Tasks/mcp/runClient
.
todo. docs will be added in the future (next commit, most likely as i already know how to do it).
❤️ Special thanks to the MinecraftForge for making this project possible.