owengage / fastnbt

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

Delete/Remove chunk #72

Closed icrayix closed 1 year ago

icrayix commented 1 year ago

What about adding a feature to remove a chunk from a Region?

owengage commented 1 year ago

That should be a relatively vely straight forward thing to add. I believe Minecraft recreates a chunk if it finds it missing from the region file, so sounds like an operation people would find useful.

icrayix commented 1 year ago

Started implementing this in #76

owengage commented 1 year ago

Released in fastanvil-0.27.0. :)