~~META:title=manual install for 1.7.10~~ *These instructions are for third-party launcher, for instructions for the real launcher [[.:1.7.10: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: { "name": "com.mumfrey:liteloader:1.7.10", "url": "http://dl.liteloader.com/versions/" }, { "name": "net.minecraft:launchwrapper:1.11" }, { "name": "org.ow2.asm:asm-all:5.0.3" }, { "name": "com.google.guava:guava:16.0" } * 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.