Seamonster778778778788 / SQBeyondPublic

Repository for bug reports and suggestions for SQBeyond
6 stars 2 forks source link

decayable leaves not decaying #585

Closed ConsueTerra closed 3 years ago

ConsueTerra commented 4 years ago

Describe the bug I know that some of the trees on the server have leaves that dont decay (persisent=true) from custom trees but trees that are grown from saplings should be decayable (persistent=false) yet they dont decay

APnaptime commented 4 years ago

It might have something to do with lag reduction

ConsueTerra commented 4 years ago

from what I understand, the decay of leaves is controlled by the random tick of a chunk, which happens anyway, so having leaves decay should not affect performance. The only thing that could cause lag is if leaf decay was causing a considerable number of block updates, however the source of decaybale leaves in any given area is small (because they would only come from sapling grown trees) so the number of block updates and therefore lag is negligible.