2.6.4
github-actions
released this
29 Jun 10:42
·
493 commits
to refs/heads/main
since this release
💥 Breaking changes
- Drop support for minor 1.19 versions (1.19, 1.19.1, 1.19.2 and 1.19.3) @NotMyFault (#2316)
🐛 Fixes
- fix: ensure mask is initialised upon visiting a point in BreadthFirstSearch @dordsor21 (#2314)
- fix: fix regex block masking @dordsor21 (#2242)
- fix: uncache the chunk SET at a better time in ChunkHolder to prevent "lost" changes @dordsor21 (#2300)
- fix: towny max bounds are exclusive @dordsor21 (#2301)
- fix: add missing BlockType constructor @dordsor21 (#2306)
- fix: always return the changeset from EditSessionBuilder @dordsor21 (#2302)
- fix: use new array when creating palette @dordsor21 (#2305)
- fix: don't "double-up" a setblocks if a region is being set @dordsor21 (#2299)
✨ Features
- feat: improve (region) fawe mask handling @dordsor21 (#2312)
- feat: implement removal of entities if they would be in a block after the edit @dordsor21 (#2311)
- feat: add new tree types to tree tool and brush @dordsor21 (#2286)
- feat: send one of an error message during edits if otherwise squashed by LimitExtent @dordsor21 (#2246)
✅ Chore
- refactor: efficiency improvements to some editsession methods @dordsor21 (#2304)
- chore: Address kotlin String#capitalize() deprecation @dordsor21 (#2308)