mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-27 21:25:41 +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{
|
abstract class Tree{
|
||||||
public $overridable = [
|
public $overridable = [
|
||||||
Block::AIR => true,
|
Block::AIR => true,
|
||||||
6 => true,
|
Block::SAPLING => true,
|
||||||
17 => true,
|
Block::LOG => true,
|
||||||
18 => true,
|
Block::LEAVES => true,
|
||||||
Block::SNOW_LAYER => true,
|
Block::SNOW_LAYER => true,
|
||||||
Block::LOG2 => true,
|
Block::LOG2 => true,
|
||||||
Block::LEAVES2 => true
|
Block::LEAVES2 => true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user