mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-23 00:55:57 +00:00
Merge branch 'minor-next' of github.com:pmmp/PocketMine-MP into minor-next
This commit is contained in:
commit
90520c8962
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user