-
Notifications
You must be signed in to change notification settings - Fork 183
Changelog v0.10.11
github-actions edited this page Jun 16, 2026
·
1 revision
Released 21st March 2026.
This version includes protocol support for 1.26.0, a major version jump that brings significant new blocks, gameplay features, inventory fixes, and requires Go 1.24.
- Implemented beds with full functionality
- Implemented azalea leaves, slime blocks, and smooth basalt blocks
- Fixed skull blocks to not determine hanging state from NBT decode
- Drop blocks without unintended NBT data
- Improved
compact()performance and reduced allocations in paletted storage
- Added
Min(),Max(), andRange3D()functions for spatial queries - Added
Within()method to check if position is within a range
- Implemented fortune enchantment with proper ore drop multipliers
- Fixed silk touch to not drop experience from mined blocks
- Fixed spectators being able to move experience orbs
- Added baby entity interface for young entity variants
- Fixed incorrect bounding boxes for cocoa bean, wall, tilled grass, and brewing stand models
- Allow placing blocks that intersect with experience orbs
- Only resend blocks if within player render distance
- Fixed container and inventory desync issues
- Added missing scale field to text shape
- Implemented attaching debug shapes to entities
- Implemented divider and header form elements
- Allow label element on menu forms
- Added
SaveIntervalandChunkUnloadIntervalconfiguration options
- Export method to build
AvailableCommandspacket - Decouple
debugShapeToProtocolfrom session - Detect enum changes and promote to soft enums dynamically
- Added baby interface for entities
- Fixed spawn points in other dimensions
- Do not allow disabling chunk unloading via configuration
- Fixed block state decoding
- Force send
NetworkChunkPublisherUpdatewhen session world switches - Only send
NetworkChunkPublisherUpdateon chunk position change
- Bumped chunk version from 41 to 42
- Make empty items return empty data
- Updated colour values
- Use British English spelling throughout codebase
- Fixed various container and inventory desync issues
- Minimum Go version requirement updated to 1.24
Copyright © 2020-2024 df-mc
- Home
- What is Dragonfly
- Installation
- FAQ
- Releases
- Recent Releases
- Developer Resources
- Community Projects