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

@ -173,7 +173,7 @@ class Explosion{
$block->ignite(mt_rand(10, 30));
}elseif(mt_rand(0, 100) < $yield){
foreach($block->getDrops($air) as $drop){
$this->level->dropItem($block->add(0.5, 0.5, 0.5), Item::get(...$drop));
$this->level->dropItem($block->add(0.5, 0.5, 0.5), $drop);
}
}