There are methods like getCurrentSeason that run on getTimeOfDay() that naturally always return SPRING in the nether and end.
However, it'd be useful for things like timekeeping mods that want to display the current overworld season/day, if this could be ignored with a boolean.
A getCurrentYear and getDayOfSeason that does the simple math to evaluate those would be good too!
There are methods like
getCurrentSeason
that run ongetTimeOfDay()
that naturally always return SPRING in the nether and end.However, it'd be useful for things like timekeeping mods that want to display the current overworld season/day, if this could be ignored with a boolean.
A getCurrentYear and getDayOfSeason that does the simple math to evaluate those would be good too!