lucaargolo / fabric-seasons

A simple mod for Minecraft that adds seasons to the game, changing biomes as you play.
Mozilla Public License 2.0
64 stars 47 forks source link

Allow ignoring dimension validity in `FabricSeasons` methods. #123

Closed sisby-folk closed 1 year ago

sisby-folk commented 1 year ago

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!