-
Notifications
You must be signed in to change notification settings - Fork 577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better sapling grow system #3053
Conversation
@SmallJoker Thanks for your review. I have added a brief description of every public element added in my code, could you please take a look into it? |
Are there any other patches required to my contribution? I may have some spare time during next week to fix any possible issue. |
I will try to get to reviewing this tomorrow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm otherwise
Co-authored-by: sfan5 <[email protected]>
Co-authored-by: sfan5 <[email protected]>
--------- Co-authored-by: Lars Müller <[email protected]> Co-authored-by: sfan5 <[email protected]>
This pull requests implements the changes proposed in issue #3050 to clean the sapling growth system implemented in the default game. My modifications add a generic register_sapling_growth function that may be linked as a public API, although I am not sure this is idiomatic in the way the game is developed. A further step may be to separate the tree growing system to a separate module such that other modules may register their own trees with ease and without interacting with "default".