You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.
Currently, when you feed a large stack of animals (more than 64 which is the max item stack), it will create 32 babies, but you are unable to feed the remainder of animals, limiting your feeding to only 64 since it is based off item stacks. I believe the stack should be separated once fed. Example below
Currently: I have 120 cows, I get out 2 stacks of 64 wheat, I feed the cows, one stack of wheat is removed, 32 babies are created and I cannot feed the remainder of cows
Suggestion: I have 120 cows, I get out 2 stacks of 64 wheat, I feed the cows with the first stack, the 64 fed cows are separated from the un-fed stack, and the 32 babies are created, allowing me to feed the remainder with the other wheat
The text was updated successfully, but these errors were encountered:
Currently, when you feed a large stack of animals (more than 64 which is the max item stack), it will create 32 babies, but you are unable to feed the remainder of animals, limiting your feeding to only 64 since it is based off item stacks. I believe the stack should be separated once fed. Example below
Currently: I have 120 cows, I get out 2 stacks of 64 wheat, I feed the cows, one stack of wheat is removed, 32 babies are created and I cannot feed the remainder of cows
Suggestion: I have 120 cows, I get out 2 stacks of 64 wheat, I feed the cows with the first stack, the 64 fed cows are separated from the un-fed stack, and the 32 babies are created, allowing me to feed the remainder with the other wheat
The text was updated successfully, but these errors were encountered: