File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 - [ v0.9.20] ( https://github.com/df-mc/dragonfly/wiki/Changelog-v0.9.20 )
88 - [ v0.10.0] ( https://github.com/df-mc/dragonfly/wiki/Changelog-v0.10.0 )
99 - [ v0.10.3] ( https://github.com/df-mc/dragonfly/wiki/Changelog-v0.10.3 )
10+ - [ v0.10.4] ( https://github.com/df-mc/dragonfly/wiki/Changelog-v0.10.4 )
1011* Developer Resources
1112 - [ Getting Started] ( https://github.com/df-mc/dragonfly/wiki/Getting-Started )
1213 - [ Event handlers] ( https://github.com/df-mc/dragonfly/wiki/Event-Handlers )
File renamed without changes.
Original file line number Diff line number Diff line change 1+ # v0.10.4
2+
3+ Released 19th June 2025.
4+
5+ This version includes protocol support for 1.21.90.
6+
7+ ## Changes
8+ - Packet sending & encoding is now handled in a different go-routine for each player, providing performance improvements.
9+
10+ ### ** world**
11+ - A new ` Blocks() ` method has been added, returning a list of all registered blocks.
12+
13+
14+ ## Bug Fixes
15+ - Crafting and other recipes have now been fixed.
16+ - Fixed a race condition where the "Server closed" message would sometimes not be logged.
17+ - Fixed players taking fall damage when sprinting down stairs.
18+ - Legacy item slots are now being resent to the client, preventing inventory desyncs.
19+ - NBT data returned from ` unknownBlock ` is now cloned to prevent issues when being modified.
20+ - Fixed a panic when loading chunks from vanilla with unregistered items.
21+ - ` minecraft:air ` items are considered empty.
22+ - Fixed ` BBox ` 's ` ExtendTowards ` method flipping behaviour in the Y axis.
23+ - Custom sounds now play properly
24+ - Fixed a deadlock that can occur when closing a world
You can’t perform that action at this time.
0 commit comments