Patch (nearly) any Minecraft version to use custom API servers
See doc/usage.md to learn how to use Loki on clients and servers.
See doc/configuration.md for documentation of the configuration options.
doc/troubleshooting.md has some helpful tips, but it's not complete. Feel free to file an issue if you're having problems.
Loki needs to be built with Java 8. Gradle should find and build with a Java 8 JDK automatically for you, so there is no need to adjust your JAVA_HOME, but you must have a Java 8 JDK installed.
Run ./gradlew build to build. Your compiled jar will be placed in build/libs/Loki-X.Y.Z.jar.
See doc/faq.md

