Merge branch 'minor-next' of github.com:pmmp/PocketMine-MP into minor-next

This commit is contained in:
Dylan K. Taylor 2023-07-18 12:39:52 +01:00
commit 90520c8962
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -55,6 +55,7 @@ abstract class Stem extends Crops{
if($this->facing !== Facing::UP && !$this->getSide($this->facing)->hasSameTypeId($this->getPlant())){
$this->position->getWorld()->setBlock($this->position, $this->setFacing(Facing::UP));
}
parent::onNearbyBlockChange();
}
public function onRandomTick() : void{