OpenCubicChunks / CubicChunksConverter

MIT License
8 stars 7 forks source link

make headless converter accept arbitrary srcFormat/dstFormat/converter names #9

Closed DaMatrix closed 3 years ago

DaMatrix commented 3 years ago

example usage: java -jar converter.jar --headless -- 'srcWorld "/path/to/src/world"' 'dstWorld "/path/to/dst/world"' 'inFormat cubicchunks:1.10-1.12' 'outFormat anvil'

Barteks2x commented 3 years ago

As a side note we should decouple display names of converters and format from their registry name