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

fix: planted saplings will actually grow #40

Merged
merged 1 commit into from
Aug 18, 2021
Merged

Conversation

naalit
Copy link
Contributor

@naalit naalit commented Aug 17, 2021

Planted saplings may have grown in the past a small percentage of the time, but now they do it reliably. Try testing with Terasology/MetalRenegades#161, give BaobabSapling or give MetalRenegades:CypressSapling, plant it, probably increase the time dilation, and wait a bit.

Trees that generate in the world almost always still don't grow, and that's partially because OnActivatedComponent events aren't sent until something interacts with a block with an attached entity (e.g. looking at it, this is what causes #2) and partially because of other problems I haven't figured out yet.

@skaldarnar skaldarnar added the Type: Bug Issues reporting and PRs fixing problems label Aug 18, 2021
@skaldarnar skaldarnar merged commit fb65adf into develop Aug 18, 2021
@skaldarnar skaldarnar deleted the fix/growing-saplings branch August 18, 2021 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issues reporting and PRs fixing problems
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants