Skip to content

Source Code

Simon Meskens edited this page Jan 17, 2024 · 2 revisions

WARNING: THIS METHOD IS SEVERELY OUTDATED

  1. Download Minecraft Coder Pack (MCP) for 1.5.2
  2. Download the source code for a specific version from the releases page
  3. Unpack the source code in a folder
  4. Put mcp751.zip in this folder
  5. Run gradlew.bat (Windows) or ./gradlew (Shell)

This will take a few minutes and place the source code in the mcp/src folder.

Clone this wiki locally