mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 00:07:30 +00:00
Merge branch 'release/3.2'
This commit is contained in:
commit
44daf57fbb
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user