-
Notifications
You must be signed in to change notification settings - Fork 14
Source Code
Simon Meskens edited this page Jan 17, 2024
·
2 revisions
- Download Minecraft Coder Pack (MCP) for 1.5.2
- Download the source code for a specific version from the releases page
- Unpack the source code in a folder
- Put mcp751.zip in this folder
- Run
gradlew.bat
(Windows) or./gradlew
(Shell)
This will take a few minutes and place the source code in the mcp/src
folder.