manual install for 1.6.4

These instructions are for third-party launcher, for instructions for the real launcher 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:
{
    "name": "com.mumfrey:liteloader:1.6.4",
    "url": "http://dl.liteloader.com/versions/"
},
{
    "name": "net.minecraft:launchwrapper:1.8"
}
  • Locate the minecraftArguments field and add the following text to the end of the field
--tweakClass com.mumfrey.liteloader.launch.LiteLoaderTweaker
  • Locate the mainClass field and change it to
net.minecraft.launchwrapper.Launch

That's it! The next time you launch the game the launcher should automatically download the required files.


Login