Skip to content

Commit e8dca04

Browse files
Created changelogs fo v0.10.4
1 parent d6fa34b commit e8dca04

3 files changed

Lines changed: 25 additions & 0 deletions

File tree

_Sidebar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
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.

changelogs/Changelog-v0.10.4.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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

0 commit comments

Comments
 (0)