Protocol changes for 1.6.0.5, minus Entity->Actor rename

This commit is contained in:
Dylan K. Taylor
2018-08-21 17:36:29 +01:00
parent 566f3c6262
commit 424c50e1e9
2 changed files with 5 additions and 3 deletions

View File

@ -70,6 +70,7 @@ class ResourcePacksInfoPacket extends DataPacket{
$this->putLLong($entry->getPackSize());
$this->putString(""); //TODO: encryption key
$this->putString(""); //TODO: subpack name
$this->putString(""); //TODO: content identity
}
$this->putLShort(count($this->resourcePackEntries));
foreach($this->resourcePackEntries as $entry){
@ -78,6 +79,7 @@ class ResourcePacksInfoPacket extends DataPacket{
$this->putLLong($entry->getPackSize());
$this->putString(""); //TODO: encryption key
$this->putString(""); //TODO: subpack name
$this->putString(""); //TODO: content identity
}
}