Allow ignoring dimension validity in `FabricSeasons` methods.
sisby-folk opened this issue ยท 0 comments
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!