mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
Fixed some hardcoded values in Tree
This commit is contained in:
parent
3b5eb45ff5
commit
251d5d7946
@ -32,9 +32,9 @@ use pocketmine\utils\Random;
|
||||
abstract class Tree{
|
||||
public $overridable = [
|
||||
Block::AIR => true,
|
||||
6 => true,
|
||||
17 => true,
|
||||
18 => true,
|
||||
Block::SAPLING => true,
|
||||
Block::LOG => true,
|
||||
Block::LEAVES => true,
|
||||
Block::SNOW_LAYER => true,
|
||||
Block::LOG2 => true,
|
||||
Block::LEAVES2 => true
|
||||
|
Loading…
x
Reference in New Issue
Block a user