mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-01 15:49:54 +00:00
Jungle Tree generation placeholder
This commit is contained in:
parent
9105e59f2a
commit
3968f3b298
@ -41,6 +41,10 @@ class TreeObject{
|
||||
$tree = new SmallTreeObject();
|
||||
$tree->type = SaplingBlock::BIRCH;
|
||||
break;
|
||||
case SaplingBlock::JUNGLE:
|
||||
$tree = new SmallTreeObject();
|
||||
$tree->type = SaplingBlock::JUNGLE;
|
||||
break;
|
||||
default:
|
||||
case SaplingBlock::OAK:
|
||||
/*if($random->nextRange(0, 9) === 0){
|
||||
|
Loading…
x
Reference in New Issue
Block a user