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
Issue Description 104fb62
Before this commit, the code took into account the fact that age can be positive (which it is after breeding - it tracks breeding cooldown).
After that, anything bigger than 0 gets Math.min()'d. So animals can re-enter "love mode" immediately after a baby spawns.
The text was updated successfully, but these errors were encountered:
PolyacovYury
added a commit
to PolyacovYury/SpongeCommon
that referenced
this issue
Oct 15, 2020
I am currently running
Issue Description
104fb62
Before this commit, the code took into account the fact that age can be positive (which it is after breeding - it tracks breeding cooldown).
After that, anything bigger than 0 gets
Math.min()
'd. So animals can re-enter "love mode" immediately after a baby spawns.The text was updated successfully, but these errors were encountered: