manual install for 1.6.4

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

user:install:manual:1.6.4 [2014/11/19 13:32] (current)
mumfrey created
Line 1: Line 1:
 +~~META:​title=manual install for 1.6.4~~
  
 +*These instructions are for third-party launcher, for instructions for the real launcher [[.:​1.6.4:​vanilla|click here]]*.
 +
 +To install LiteLoader with a third-party launcher, you will need to locate the **version JSON file** which the launcher uses to configure your game environment,​ consult the launcher documentation to determine the location of this file for the launcher you are using.
 +
 +Once you have located the **version JSON file**, make the following alterations:​
 +
 +* Locate the **''​libraries''​** array and add the following entries to the **top** of the array:
 +
 +
 +<code php>{
 +    "​name":​ "​com.mumfrey:​liteloader:​1.6.4",​
 +    "​url":​ "​http://​dl.liteloader.com/​versions/"​
 +},
 +{
 +    "​name":​ "​net.minecraft:​launchwrapper:​1.8"​
 +}</​code>​
 +
 +* Locate the **''​minecraftArguments''​** field and add the following text to the end of the field
 +
 +
 +<code php>​--tweakClass com.mumfrey.liteloader.launch.LiteLoaderTweaker</​code>​
 +
 +* Locate the **''​mainClass''​** field and change it to
 +
 +
 +<code php>​net.minecraft.launchwrapper.Launch</​code>​
 +
 +That's it! The next time you launch the game the launcher should automatically download the required files.

Login