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 was archived by the owner on Mar 8, 2026. It is now read-only.
The weather endpoint is currently bugged/broken. When requesting from the endpoint there is a valid response but the response is incorrect as it says it is raining and it is currently clear weather in game.
{"weather":{"type":"rain","active":true,"effects":["Rain increases growth speed","50% chance to make fruit wet (x2 value)"],"lastUpdated":"2025-08-04T15:20:53.403Z"}
This is incorrect and at the time should have reported clear or normal weather.
The weather endpoint is currently bugged/broken. When requesting from the endpoint there is a valid response but the response is incorrect as it says it is raining and it is currently clear weather in game.
{"weather":{"type":"rain","active":true,"effects":["Rain increases growth speed","50% chance to make fruit wet (x2 value)"],"lastUpdated":"2025-08-04T15:20:53.403Z"}
This is incorrect and at the time should have reported clear or normal weather.