Synchrono

Synchrono

Mod

Sync the in-game daylight cycle to a location in real life.

Server Game MechanicsUtility

71 downloads
2 followers
Follow Save
90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!

Synchrono

A mod for Minecraft that syncs the in-game daylight cycle to a location in real life.

It uses data from SunriseSunset.io to get accurate timestamps for sunrise and sunset. The location of the server can be set in configuration files.

Usage

Before starting to play, you need to set the coordinates of your server (or whichever place you want to sync in-game time to).

To get the appropriate coordinates, you could, for example, search for "<your city> coordinates" on the internet (geodatos.net often comes up). You should have two decimal values, either of which may be negative.

(In the future, this might be done automatically)

GUI configuration

In the GUI configuration menu (needs Mod Menu), you need the Latitude and Longitude options. If you're unsure which one is which, latitude usually comes first.

Configuration file

The configuration file (needed eg. when on a server) is located at <server directory>/config/synchrono.json5. It looks something like:

synchrono.json5
{
    latitude: 51.11,
    longitude: 17.02,
    /* rest of the file */
}

Change the two values to your coordinates. Make sure you leave the commas on the end of the lines.

Other configuration options

See the wiki

Dependencies

Custom Time Cycle by eclipseisoffline is used to make the in-game daylight cycle slow down smoothly.

YetAnotherConfigLib is used for its configuration API and GUI.

Recommendations for other mods

Adjusted Phantom Spawns lets you change how often phantoms spawn. (useful when in-game days are longer than usual)

External API usage

This mod periodically queries some APIs on the internet to retrieve necessary data to function.

  • SunriseSunset.io - needed for accurate localized sunrise and sunset timestamps.
  • GeoTimeZone.com - needed for automatically computing the time zone of a location.

If your server doesn't have access to these, it might crash with the mod installed.


Project members

verarr

Member

Details

Licensed LGPL-3.0-only
Published a month ago
Updated 24 days ago