diff --git a/src/pocketmine/entity/object/FallingBlock.php b/src/pocketmine/entity/object/FallingBlock.php index e440fb6d0..a2dfa4ad4 100644 --- a/src/pocketmine/entity/object/FallingBlock.php +++ b/src/pocketmine/entity/object/FallingBlock.php @@ -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()); }