Releases: NerdNu/BlockStore
Releases · NerdNu/BlockStore
1.7.2
Minecraft 1.18 now allows y values down to -64, which was previously considered an invalid location. This has been adjusted, and now supports newer versions of Minecraft.
Full Changelog: v1.7.1...v1.7.2
v1.7.1
- Fix "Must be in the same world" exception spam in the console. This was due to chunks storing the world that they were saved in and expecting that to be the same when they are loaded again. That was a design flaw: we can and do rename worlds. The new implementation takes the world to be whatever world the chunk is loaded into.
- Correctly close chunk loading streams when an exception occurs.
Enforce minimum api-version and fix NPE in WorldEditHook.
v1.6.1
Fix build for recent Vector-related API changes in WorldEdit.