Merge branch 'master' into mcpe-1.2

This commit is contained in:
Dylan K. Taylor
2017-08-18 18:39:39 +01:00
101 changed files with 691 additions and 396 deletions

View File

@ -1647,9 +1647,6 @@ class Level implements ChunkManager, Metadatable{
return false;
}else{
$drops = $target->getDrops($item); //Fixes tile entities being deleted before getting drops
foreach($drops as $k => $i){
$drops[$k] = Item::get($i[0], $i[1], $i[2]);
}
}
$above = $this->getBlock(new Vector3($target->x, $target->y + 1, $target->z));