Skip to content

Instantly share code, notes, and snippets.

View TimOverboard's full-sized avatar
💃

TimOverboard TimOverboard

💃
  • L337 Ltd. (really)
  • over there
View GitHub Profile
@TimOverboard
TimOverboard / copy-lwjgl.sh
Last active November 10, 2016 22:01 — forked from Coderlane/copy_lwjgl.sh
Updated for Minecraft 1.10 - Minecraft lwgjl native runtime libs hack.
#! /bin/bash
#
# -SCOPE
# This script will replace the shared library files lwjgl.so and libopenal.so
# contained in the minecraft lwjgl *natives-linux.jar with those in a specified
# directory and update the associated sha1sum.
# The purpose of this is to enable playing of "standard" minecraft
# on non x86 / i386 chipsets running linux. Eg. ARM.
#
# -IMPORTANT