This is a fork of jar-relocator by lucko with some changes required for our own use.
- Packages renamed from
me.lucko
tocom.hypherionmc
. - Added a DirectoryRelocator task that allows remapping files inside a directory, instead of a jar
- Added a runDirectory() method to JarRelocator.
- Converted from MAVEN to Gradle
- Not published to maven central
- Not signed
This fork will probably not be of much use to anyone else, but it's kept here for source control, and to disclose the source of the library
This library is licensed under Apache License Version 2.0, just like the original.