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
Feature from 1.7.10, if a chunk is unloaded for a significant period of time, progression stops. This would mean animals date not changing, food not expiring.
Would have to record chunk loads/unloads and add nbt data. If a certain threshold is exceeded (meaning chunk has not been loaded in x) then any animals have the diff added to their birth date, foods added to expiry date, crops? Others?
See how 1.7.10 did it and then think about it
The text was updated successfully, but these errors were encountered:
Feature from 1.7.10, if a chunk is unloaded for a significant period of time, progression stops. This would mean animals date not changing, food not expiring.
Would have to record chunk loads/unloads and add nbt data. If a certain threshold is exceeded (meaning chunk has not been loaded in x) then any animals have the diff added to their birth date, foods added to expiry date, crops? Others?
See how 1.7.10 did it and then think about it
The text was updated successfully, but these errors were encountered: