Update README.md

This commit is contained in:
Tnze
2019-08-16 13:29:57 +08:00
committed by GitHub
parent af335efc18
commit 0d3be8e733

View File

@ -8,13 +8,13 @@
There's some library in Go support you to create your Minecraft client or server. There's some library in Go support you to create your Minecraft client or server.
这是一些Golang库用于帮助你编写自己的Minecraft客户端或服务器 这是一些Golang库用于帮助你编写自己的Minecraft客户端或服务器
- [x] Chat - [x] Chat
- [x] Parse NBT - [x] NBT
- [x] Simple MC robot lib
- [x] Yggdrasil - [x] Yggdrasil
- [x] Minecraft network protocol - [x] Realms Server
- [x] RCON protocol - [x] RCON protocol
- [x] Saves decoding /encoding - [x] Saves decoding /encoding
- [x] Realms Server - [x] Minecraft network protocol
- [x] Simple MC robot lib
bot: bot:
- [x] Swing arm - [x] Swing arm
@ -27,6 +27,7 @@ bot:
- [x] Attack entity - [x] Attack entity
- [x] Use/Place block - [x] Use/Place block
- [x] Mine block - [x] Mine block
- [x] Custom packets
- [ ] Record entities - [ ] Record entities