From 42177f3ef60ca1e733a60907fd515c7a1829785c Mon Sep 17 00:00:00 2001 From: Tnze Date: Tue, 14 Jul 2020 01:05:59 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e36f73..b5a6cf1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Go-MC ![Version](https://img.shields.io/badge/Minecraft-1.16.1-blue.svg) -![Protocol](https://img.shields.io/badge/Protocol-578-blue.svg) +![Protocol](https://img.shields.io/badge/Protocol-736-blue.svg) [![GoDoc](https://godoc.org/github.com/Tnze/go-mc?status.svg)](https://godoc.org/github.com/Tnze/go-mc) [![Go Report Card](https://goreportcard.com/badge/github.com/Tnze/go-mc)](https://goreportcard.com/report/github.com/Tnze/go-mc) [![Build Status](https://travis-ci.org/Tnze/go-mc.svg?branch=master)](https://travis-ci.org/Tnze/go-mc) @@ -105,4 +105,4 @@ Originally it's all right to write a bot with only `go-mc/net` package. But cons 理论上讲,只用`go-mc/net`包实现一个bot是完全可行的,但是为了节省大家从头去理解MC握手、登录、加密等协议的过程,在`go-mc/bot`中我已经把这些都实现了,只不过它不是跨版本的。你可以直接使用,或者作为自己实现的参考。 -Now, go and have a look at the example! \ No newline at end of file +Now, go and have a look at the example!