Skip to content

Instantly share code, notes, and snippets.

@Slackwise
Created October 11, 2013 23:07
Show Gist options
  • Save Slackwise/6943403 to your computer and use it in GitHub Desktop.
Save Slackwise/6943403 to your computer and use it in GitHub Desktop.
Fix TechnicLauncher's copy of Minecraft which launches with a blank screen on Linux.
#!/bin/sh
libs=~/Minecraft/lwjgl-2.8.5
minecraft=~/.technic/tekkitmain/bin
cd $libs/jar
cp jinput.jar lwjgl.jar lwjgl_util.jar $minecraft
cd $libs/native/linux
cp *.so $minecraft/natives
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment