Support SNBT

This commit is contained in:
2026-09-08 12:23:55 +08:00
parent 08392f92b8
commit 74f9e6f529
22 files changed
+772 -41

No files matched your search

+10 -2
View File
@@ -1,5 +1,7 @@
# libmc
[中文](zh/README-zh.md)
A lightweight, modern Minecraft client protocol library designed for Kotlin Native & JVM. The core protocol library
module relies on the following dependencies:
@@ -19,11 +21,17 @@ module relies on the following dependencies:
# Get started
# Protocol
> `libmc-protocol` is current under development. It only supports the latest Minecraft version
> (Current supported Minecraft version: `26.2`, Protocol Version: `776`)
[Start using libmc-protocol](Get-started.md)
[Start using libmc-protocol](en/Get-started.md)
# Assemble all context APIs
[Assemble context APIs](Assemble-context.md)
[Assemble context APIs](en/Assemble-context.md)
## NBT & SNBT
[NBT & SNBT](en/NBT-SNBT.md)