|
1
2
3
4
5
|
LiteLoader
----------
Important Setup Note
--------------------
|
|
6
|
MCP 9.10 does not include the latest MCPBot mappings, since developing mods without these updated
|
|
7
8
|
mappings is a massive nuisance LiteLoader is built using a recent snapshot of the MCP mappings.
|
|
9
10
|
The latest MCPTEST mappings can always be retrieved from [http://mcpbot.bspk.rs/testcsv/](http://mcpbot.bspk.rs/testcsv/)
|
|
11
12
13
14
15
|
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
|
|
16
|
invalid sources, or simply delete the *temp* and *src* directories from your MCP installation.
|
|
17
|
|
|
18
|
- Using a text editor, open **/mcp910/conf/mcp.cfg**
|
|
19
20
21
22
|
- Locate the setting **UpdateUrl** and change the domain to *dl.liteloader.com* as shown
UpdateUrl = http://dl.liteloader.com/files/mcprolling_{version}/
|
|
23
24
25
|
- Save the file and run the **updatemcp** script, it should prompt you to download 3 files.
- Type **yes** to accept the download.
- Run **decompile** as normal.
|