Created
February 26, 2014 01:18
-
-
Save Higgs1/9221555 to your computer and use it in GitHub Desktop.
My custom Minecraft launcher
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
cd "$(dirname "$(realpath "$0")")" | |
source minecraft.properties | |
exec java -cp minecraft.zip -Djava.library.path=natives -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true net.minecraft.launchwrapper.Launch --tweakClass cpw.mods.fml.common.launcher.FMLTweaker --assetsDir assets --gameDir data --username $username --session $session --version $version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment