Update README

This commit is contained in:
2026-09-07 03:17:50 +08:00
parent 5dc4e8bc0d
commit 687039f69a
1 file changed
+1 -1
+1 -1
View File
@@ -19,7 +19,7 @@ A lightweight minecraft client-side protocol library and related library, includ
## Implementation details ## Implementation details
- [ ] **Online Mode Authentication & Encryption**: See [Implement Encryption](docs/implement-encryption.md) - [x] **Online Mode Authentication & Encryption**: See [Implement Encryption](docs/implement-encryption.md)
- [ ] **Structured `TextComponent` Parser**: Rich Chat Component AST decoder (currently falling back to raw - [ ] **Structured `TextComponent` Parser**: Rich Chat Component AST decoder (currently falling back to raw
`NBTCompound`). `NBTCompound`).
- [ ] **Command Tree Parser (0x10)**: Full binary graph decoder for brigadier nodes, argument types, and suggestions. - [ ] **Command Tree Parser (0x10)**: Full binary graph decoder for brigadier nodes, argument types, and suggestions.