You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When placing a tree, the code will check if the tree fits in the given area.
However, this only applies for default:sapling, and should be updated to properly check the given tree that's being placed.
Context
This will prevent a lot of issues and bugs when placing a tree, and will also prevent unwanted destructions.
Possible implementation
Properly check the given tree size and place it if it fits in the given area.
Additional information
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Detailed description
When placing a tree, the code will check if the tree fits in the given area.
However, this only applies for
default:sapling
, and should be updated to properly check the given tree that's being placed.Context
This will prevent a lot of issues and bugs when placing a tree, and will also prevent unwanted destructions.
Possible implementation
Properly check the given tree size and place it if it fits in the given area.
Additional information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: