update to 1.14.1

This commit is contained in:
JunDao
2019-05-19 10:11:20 +08:00
parent 6ecda56de1
commit 4653cab5e1
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Go-MC # Go-MC
![](https://img.shields.io/badge/Minecraft-1.14-blue.svg) ![](https://img.shields.io/badge/Minecraft-1.14.1-blue.svg)
![](https://img.shields.io/badge/Protocol-477-blue.svg) ![](https://img.shields.io/badge/Protocol-480-blue.svg)
[![GoDoc](https://godoc.org/github.com/Tnze/go-mc?status.svg)](https://godoc.org/github.com/Tnze/go-mc) [![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) [![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) [![Build Status](https://travis-ci.org/Tnze/go-mc.svg?branch=master)](https://travis-ci.org/Tnze/go-mc)

View File

@ -13,7 +13,7 @@ import (
) )
// ProtocalVersion , the protocal version number of minecraft net protocal // ProtocalVersion , the protocal version number of minecraft net protocal
const ProtocalVersion = 477 const ProtocalVersion = 480
// PingAndList chack server status and list online player. // PingAndList chack server status and list online player.
// Returns a JSON data with server status, and the delay. // Returns a JSON data with server status, and the delay.