If my math is correct, for each queen we can only output 3 clean bees, right?
Because from 10 larvae, we need 1 fed back to make another queen, 2 to make enough royal jelly for the queen, 4 to make the necessary amount of honey for the queen, so from the 10 larvae produced, 7 needs to stay to make another queen.
So if I manage to make something compact, it will only be able to output 3 of the bees each cycle.
If so, I'm starting to realize that I'll need to make a really huge bee production site to be able to support all the other bees. :O
Specially considering the resource queens also need royal jelly and that will take 2 of the 3 outputted bees, and then there would only be one bee to make honey that the resource bees also need.
I'm just not sure about the timings, like, I could do each 3-bee producing alone and kickstart with one queen, but that might make the machines stall waiting for resources... the process would be infinite, but the rate of production might be slow.
Not sure yet on how to approach this.
I'm really enjoying this mod, it's making me think much more than the vanilla game.