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
Make autochop estimate the number of logs you get from a tree #876
Comments
|
If autochop can estimate how much wood a tree can produce, would it be possible set it to prioritize cutting the oldest trees (or the ones that are not likely to grow anymore) first? |
|
Sure. |
|
I could work on this one. It's a feature I was looking for. |
|
I was able to get the right amount of logs for a willow tree with the following code. |
|
Cool! Do you have other plans or questions, and/or do you plan on putting up a PR? If it helps, feel free to get in touch at any of these places as well. |
|
if @aljohnston112 is otherwise unable to make a pr, i'd like to look into implementing this. |
Go for it. |
Instead of periodically designating all trees in the selected burrows, designate enough trees to produce enough wood to get to
max_logs, or all of them if there aren't enough.The text was updated successfully, but these errors were encountered: