Merge branch 'release/3.2'

This commit is contained in:
Dylan K. Taylor 2018-08-07 18:49:21 +01:00
commit d3fa8e0a0a

View File

@ -134,6 +134,7 @@ class FallingBlock extends Entity{
}
public function saveNBT() : void{
parent::saveNBT();
$this->namedtag->setInt("TileID", $this->block->getId(), true);
$this->namedtag->setByte("Data", $this->block->getDamage());
}