Updated some packets for 0.12, UUIDs, other stuff!

This commit is contained in:
Shoghi Cervantes
2015-08-02 01:22:36 +02:00
parent 4258e22c02
commit 5621ab0c49
27 changed files with 951 additions and 380 deletions

View File

@ -1729,7 +1729,7 @@ class Level implements ChunkManager, Metadatable{
"Text4" => new String("Text4", "")
]));
if($player !== null){
$tile->namedtag->Creator = new String("Creator", $player->getUniqueId());
$tile->namedtag->Creator = new String("Creator", $player->getRawUniqueId());
}
}
$item->setCount($item->getCount() - 1);