Closed walksanatora closed 7 months ago
I am running with region_scanner --path $PWD/New\ World --dims "minecraft:overworld" --zone -2 -2 2 2
and if I ls New\ World/region
I get
r.0.0.mca r.0.-1.mca r.0.1.mca r.0.-2.mca r.-1.0.mca r.1.0.mca r.-1.-1.mca r.-1.1.mca r.1.-1.mca r.1.1.mca r.-1.-2.mca r.1.-2.mca r.2.0.mca r.2.-1.mca r.2.1.mca r.2.-2.mc
Not technically a bug - it can't find any chunks in this zone because your zone specification is zero-sized; the format is <FROM_X> <TO_X> <FROM_Z> <TO_Z>
, so you probably want -2 2 -2 2
(which would be 4 by 4 regions). That said, the error message emitted here is indeed quite bad; it should instead refuse to work when given a zero-sized zone.
if I try to download repo and
cargo update
it still fails after re-compiling