mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-09 19:24:12 +00:00
Clean up garbage in Tree populators
This commit is contained in:
@ -29,9 +29,6 @@ use pocketmine\block\Wood;
|
||||
class JungleTree extends Tree{
|
||||
|
||||
public function __construct(){
|
||||
$this->trunkBlock = Block::LOG;
|
||||
$this->leafBlock = Block::LEAVES;
|
||||
$this->type = Wood::JUNGLE;
|
||||
$this->treeHeight = 8;
|
||||
parent::__construct(Block::LOG, Block::LEAVES, Wood::JUNGLE, 8);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user