mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-15 18:29:46 +00:00
Update Grass.php
@PEMapModder is that all correct now?
This commit is contained in:
parent
f35db4a183
commit
35f0f36524
@ -66,8 +66,7 @@ class Grass extends Solid{
|
|||||||
$block = $this->getLevel()->getBlock(new Vector3($this->x, $this->y, $this->z));
|
$block = $this->getLevel()->getBlock(new Vector3($this->x, $this->y, $this->z));
|
||||||
if($block->getSide(1)->getLightLevel() < 4){
|
if($block->getSide(1)->getLightLevel() < 4){
|
||||||
Server::getInstance()->getPluginManager()->callEvent($ev = new BlockSpreadEvent($block, $this, new Dirt()));
|
Server::getInstance()->getPluginManager()->callEvent($ev = new BlockSpreadEvent($block, $this, new Dirt()));
|
||||||
}
|
}elseif($block->getSide(1)->getLightLevel() >= 9){
|
||||||
elseif($block->getSide(1)->getLightLevel() >= 9){
|
|
||||||
for($l = 0; $l < 4; ++$l){
|
for($l = 0; $l < 4; ++$l){
|
||||||
$x = mt_rand($this->x - 1, $this->x + 1);
|
$x = mt_rand($this->x - 1, $this->x + 1);
|
||||||
$y = mt_rand($this->y - 2, $this->y + 2);
|
$y = mt_rand($this->y - 2, $this->y + 2);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user