pmmp / PocketMine-MP

A server software for Minecraft: Bedrock Edition in PHP
https://pmmp.io
GNU Lesser General Public License v3.0
3.27k stars 1.54k forks source link

Dark Oak and Acacia Saplings do not grow #1973

Closed Haxley closed 1 year ago

Haxley commented 6 years ago

Issue description

Dark Oak and Acacia Saplings Grow to Regular Oak

OS and versions

Plugins

If the issue is not reproducible without plugins:

Crashdump, backtrace or other files

dktapps commented 6 years ago

Dark oak and acacia trees aren't implemented yet. The default is to grow an oak tree, as seen here:

https://github.com/pmmp/PocketMine-MP/blob/master/src/pocketmine/level/generator/object/Tree.php#L64

Haxley commented 6 years ago

Ok thanks

dktapps commented 6 years ago

Removed spam.

dktapps commented 1 year ago

Superseded by #5756