升级到1.14.4

This commit is contained in:
Tnze
2019-07-20 02:13:26 +08:00
parent 2809be4542
commit a1cc368be2
8 changed files with 18 additions and 11 deletions

View File

@ -1,6 +1,6 @@
package data
//Clientbound packet IDs
// Clientbound packet IDs
const (
SpawnObject byte = iota //0x00
SpawnExperienceOrb
@ -98,10 +98,11 @@ const (
EntityProperties
EntityEffect
DeclareRecipes
Tags //0x5B
Tags
AcknowledgePlayerDigging //0x5C
)
//Serverbound packet IDs
// Serverbound packet IDs
const (
TeleportConfirm byte = iota //0x00
QueryBlockNBT