Querz / mcaselector

A tool to select chunks from Minecraft worlds for deletion or export.
MIT License
3.18k stars 177 forks source link

Fixing import and export mode in CLI #386

Closed arvitus closed 1 year ago

arvitus commented 1 year ago

Previously the export mode would always throw an error when creating the output directories because of a simple typo.

Also the import mode would not parse the "sections" argument which led to mca always importing the whole chunk instead of just the specified sections.