Merge branch 'release/3.2'

This commit is contained in:
Dylan K. Taylor 2018-08-17 19:48:18 +01:00
commit 44daf57fbb

View File

@ -85,6 +85,8 @@ class Painting extends Entity{
$nbt->setByte("Facing", (int) $this->direction);
$nbt->setByte("Direction", (int) $this->direction); //Save both for full compatibility
$nbt->setString("Motive", $this->motive);
return $nbt;
}