Owen Gage
Owen Gage
Ah I see, like a chunk data format entirely internal to fastanvil, so we only have to implement methods once. Having to match on the enum all the time is...
I think creating a `complete::Chunk` struct with a subset of the world data for now, maybe just stick to the latest chunk version as well. The `Query*` types sound like...
You're right, it probably wouldn't be much different to the `CurrentJavaChunk`. The current storage Minecraft uses is pretty decent (it took enough changes to get there). I don't recall why...
Regions can theoretically get pretty large in filesize, with a _compressed_ chunk being up to 1 MiB, and 1024 of them per region, so storing it all in memory could...
I think I would say to simply not implement #17. A Dimension or World struct would allow getting regions, which allows getting chunks, which allows getting blocks. I think chunk...
Sorry I've not gotten around to looking at this yet. From a brief look, my gut says I'd rather depend only on the lz4 dep directly and implement the layers...
Hey, I've still not got around to looking at this more closely. I'm going to go with this as is. I can always spend the time in future if I...
Low effort fix: rather than accept the `IBucket` as a property, accept the bucket name and use `Bucket.fromBucketName` in the stack requiring the S3 notification. This breaks the cycle.