Fixes
- fix: gradle shadow shenanigans
@PierreSchwang (#3374)
- fix: modrinth publishing
@PierreSchwang (#3375)
- fix: updating lighting for EditSessions using fastMode
@PierreSchwang (#3357)
- fix FastSchematicReaderV3 throwing / by 0 for 1-wide/long schematics
@ZECHEESELORD (#3360)
- feat: update [entity/block] transforms
@dordsor21 (#3278)
- Fix crash due to race condition when calling markUnsaved
@SirYwell (#3351)
- Fix WallMakeMask for regions not overriding contains(x, z)
@SirYwell (#3349)
- Fix missed synchronization change in 1.21.9 adapter
@SirYwell (#3352)
- fix: synchronize entity removal when needed
@PierreSchwang (#3325)
- fix: don't drop lz4 during minimization
@PierreSchwang (#3342)
- Remove unnecessary logger from RollbackOptimizedHistory @EvertBt (#3322)
- setBlockLight should define setBlockLight and resolve a few other minor inconsistencies
@R00tB33rMan (#3365)
✨ Features
- feat: update [entity/block] transforms
@dordsor21 (#3278)
- feat: allow placement of minecraft gen features and structures
@dordsor21 (#2364)
✅ Chore
- Remove custom Residence repository
@NotMyFault (#3353)
- Make use of Math.ceilDiv for array length calculation
@SirYwell (#3348)