From 4e6349dfdae003a11fbf61c5492827fff4e3d7bd Mon Sep 17 00:00:00 2001 From: Tnze Date: Tue, 22 Jun 2021 10:39:20 +0800 Subject: [PATCH] Mark supported SNBT -> NBT in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67f736a..13558dc 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ There's some library in Go support you to create your Minecraft client or server - [x] Chat Message (Support Json or old `ยง`) - [x] NBT (Based on reflection) -- [ ] SNBT -> NBT +- [x] SNBT -> NBT - [x] Yggdrasil - [x] Realms Server - [x] RCON protocol (Server & Client)