mirror of
https://github.com/zaaarf/lillero-mapping-writer.git
synced 2024-11-09 23:59:20 +01:00
Simple CLI program to write down mappings in various formats.
https://docs.zaaarf.foo/lillero-mapping-writer/
gradle/wrapper | ||
src/main/java/ftbsc/lll/mapper/writer | ||
.editorconfig | ||
.gitignore | ||
build.gradle | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md |
Lillero-mapping-writer
Simple CLI program for converting and reversing mappings. Because apparently Enigma can't.
Usage
Follow the format:
java -jar mapping-writer.jar [-r] <location> <format> <output>
where <location>
is where to find the mapping to convert, <format>
is a supported format, <output>
is the name of the output file, and -r
makes it so that the mapping is inverted.