Rodrigo Silva
Rodrigo Silva
Improvement: regardless of who does the initial filesystem scan, `Regions.uncache((rx, rz))` can derive the file path from its arguments, and it _should_ check if the file (still) exists: if it...
Partially fixed by #16. Thanks to @NielsPichon now it's trivial to add the requested `cache` arg. As long as it's optional and defaults to `False` for backward-compatibility (at least for...
Block format in chunks changed considerably since 1.13, so methods such as `Chunk.get_section_blocks()` and specially `Chunk._decode_blockstates()` are most likely outdated and need to be fixed. Currently I have no time...