diff --git a/data/protocol.json b/data/protocol.json index 2f21eae..365b80c 100644 --- a/data/protocol.json +++ b/data/protocol.json @@ -12,32 +12,38 @@ "compareTo": "type", "fields": { "0": [ - { - "name": "clientuuid", - "type": "uuid" - }, - { - "name": "entityid", - "type": "i64" - }, - { - "name": "displayname", - "type": "string" - }, - { - "name": "placeholder", - "type": "string" - }, - { - "name": "placeholder", - "type": "string" - } + "container", + [ + { + "name": "clientuuid", + "type": "uuid" + }, + { + "name": "entityid", + "type": "i64" + }, + { + "name": "displayname", + "type": "string" + }, + { + "name": "skintype", + "type": "string" + }, + { + "name": "textures", + "type": "string" + } + ] ], "1": [ - { - "name": "clientuuid", - "type": "uuid" - } + "container", + [ + { + "name": "clientuuid", + "type": "uuid" + } + ] ] } }