Bee Boxes are supposed to produce 1 honey per day while they are unloaded. They have not been doing that in months, however.
After some testing with a lot of help from @Hornete, it appears the issue lies in the harvestable component's timer.
The timer is supposed to countdown from 300 seconds during the day and add 1 honey when it reaches 0.
But instead of simply stopping when dusk comes, the timer resets (I'm told it's got something to do with the Harvestable():StopGrowing() function).
So in the end, the bee boxes almost never fill up, except during summer, where days are long enough that the timer manages to hit 0 before dusk.
1. Place bee boxes with flowers.
2. Go several screens away and wait.
3. c_findnext("beebox").components.harvestable:GetDebugString() should show the timer
4. Compare the timer right before dusk hits and the timer at the start of the next day.
-
4
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now