TreeType Makeover#8640
Conversation
sovdeeth
left a comment
There was a problem hiding this comment.
Is it possible to test growing a tree? Or do we already have a test for that? I think on grow may do something similar.
My fear is since internally its attempting to place a configured feature, |
yeah that's why the test should ensure the conditions for the tree to be grown should be valid (eg clear an area, place a dirt block, etc |
Co-authored-by: sovdee <10354869+sovdeeth@users.noreply.github.com>
Problem
The TreeType class info was super duper outdated:
Solution
Give TreeType some new life:
structuretype->treetypeTesting Completed
I grew a few trees in game.

They're pretty... wanna see?
No? Too bad.. here they are anyways:
Supporting Information
I did a big renaming of the tree types in the lang file, but since this has never been documented, I don't think anyone will miss the weird ones I took out.
I went with names that better match the actual names of the trees vs. weird names Bukkit used from 15 years ago.
Completes: #8634
Related: none
AI assistance: none