Skip to content
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

Stop Saplings Growing into Claimed Chunks #306

Open
cjburkey01 opened this issue Dec 3, 2024 · 1 comment
Open

Stop Saplings Growing into Claimed Chunks #306

cjburkey01 opened this issue Dec 3, 2024 · 1 comment
Assignees
Labels
enhancement Suggested change to the plugin

Comments

@cjburkey01
Copy link
Owner

Possible solutions, when enabled :

  • Stop sapling grow event
    • Relies on us knowing how big the tree would be and checking if it enters a claimed chunk.
  • If we can't find out tree size before event has fully gone through and tree has physically been placed, we remove all the blocks of the tree and replace the sapling.
    • This is janky and bound to break.
  • After a tree grows, cut off the stuff that grows into the claimed chunks.
    • Evil solution.
    • Might work, but we still need to know how big the grown tree is.
@cjburkey01 cjburkey01 added the enhancement Suggested change to the plugin label Dec 3, 2024
@cjburkey01
Copy link
Owner Author

@cjburkey01 cjburkey01 self-assigned this Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Suggested change to the plugin
Projects
None yet
Development

No branches or pull requests

1 participant