owengage / fastnbt

Fast serde serializer and deserializer for Minecraft's NBT and Anvil formats
MIT License
185 stars 35 forks source link

Skip deleting non-existing chunks from a region #91

Closed Nemo157 closed 1 year ago

Nemo157 commented 1 year ago

Also updates Region::location to integrate the non-existing check, making it less likely to forget to handle this case.

fixes #90