Name Last Update
.settings Loading commit data...
ant Loading commit data...
debug Loading commit data...
java Loading commit data...
lib Loading commit data...
resources Loading commit data...
.classpath Loading commit data...
.project Loading commit data...
LiteLoader.iml Loading commit data...
README.md Loading commit data...

LiteLoader

Important Setup Note

MCP 9.08 does not include the latest MCPBot mappings, since developing mods without these updated mappings is a massive nuisance LiteLoader is built using a recent snapshot of the MCP mappings.

Getting the updated mappings

To get the updated mappings, perform these steps before decompiling minecraft for the first time. If you have already decompiled minecraft, run the MPC cleanup task first to remove the invalid sources.

  • Using a text editor, open /mcp908/conf/mcp.conf
  • Locate the setting UpdateUrl and change the domain to dl.liteloader.com as shown

    UpdateUrl = http://dl.liteloader.com/files/mcprolling_{version}/

  • Save the file and run the updatemcp script, it should prompt you to download 6 files.

  • Run decompile as normal