PocketMine / PocketMine-MP

Legacy PocketMine-MP repository. Head to https://github.com/pmmp for up to date software.
https://www.pocketmine.net/
GNU Lesser General Public License v3.0
1.26k stars 660 forks source link

Create sign tile like it should be. #4199

Closed inxomnyaa closed 6 years ago

inxomnyaa commented 8 years ago

Every other tile is created like that. Signs go blank less frequently. Also fixes a bug when the breakblockevent of the block below is cancelled and a sign post is on top both are getting removed.

Muqsit commented 8 years ago

Will this work with \pocketmine\block\WallSign

inxomnyaa commented 8 years ago

WallSigns extend SignPosts, so sure it does. @Muqsit #knowthecode

dktapps commented 6 years ago

The changes in this PR have been merged to the PMMP repo (more than a year ago in fact).