diff --git a/src/pocketmine/entity/object/Painting.php b/src/pocketmine/entity/object/Painting.php index 6279f0dd7..30ce747a1 100644 --- a/src/pocketmine/entity/object/Painting.php +++ b/src/pocketmine/entity/object/Painting.php @@ -84,6 +84,8 @@ class Painting extends Entity{ $this->namedtag->setByte("Facing", (int) $this->direction); $this->namedtag->setByte("Direction", (int) $this->direction); //Save both for full compatibility + + $this->namedtag->setString("Motive", $this->motive); } public function kill() : void{