Small CLI application to reduce a Minecraft: Java Edition's world size by deleting unused chunks
This works by looking at the InhabitedTime tag (see (here)[https://minecraft.fandom.com/wiki/Chunk_format] for more information) of each chunk and deleting it in case it's lower than specified value.
See lessanvil --help
on how to use it.
TODO