mirror of
https://github.com/zaaarf/lillero-mapping-writer.git
synced 2024-11-13 02:29:22 +01:00
10 lines
405 B
Markdown
10 lines
405 B
Markdown
|
# 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.
|