Skip to content

Releases: NerdNu/BlockStore

1.7.2

18 Dec 18:04
Compare
Choose a tag to compare

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

03 Jun 13:52
Compare
Choose a tag to compare
  • 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.

07 Jan 15:38
Compare
Choose a tag to compare

v1.6.1

31 Dec 08:11
Compare
Choose a tag to compare