promotional bannermobile promotional banner

Real Time Mod

Set's the world time to be the same as the computer time of the host and some other features.

File Details

RTM 1.1.0 | NeoForge 1.20.4

  • B
  • May 28, 2024
  • 335.51 KB
  • 605
  • 1.20.4
  • NeoForge

File Name

RealTimeMod-1.1.0-NeoForge-1.20.4.jar

Supported Versions

  • 1.20.4

Curse Maven Snippet

NeoForge

implementation "curse.maven:real-time-mod-558363:5377424"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

ADDED

  • Added the weather.json that controls default weather and adds support for mods that add custom weather via commands.
  • Added weather forecast generation for the next 7 days.
  • Added global map variables to keep track of the last played date for the date checker script.
  • Added date checker function which is run through the Minecraft function tick tag.
  • Added a new command to run the script for the date checker under /rtma run dateChecker.
  • Added more command messages to support the new commands added.
  • Added support to disable time being set to real-time in the game-settings.json file.
  • Added support for weather generation after the weather has been moved towards 'day1'.
  • Added support to the weather.json to have custom weather names and weather name prefixes. Eg Heavy Rain or Moderate Rain etc.
  • Added the date checker script which keeps track of the last time day/month/year the game was played and runs script dependent on dates.
  • Added support for the weather to change based on the date changing, new weather will be moved forward to 'day1' in the weather.json file.
  • Added support to check the last played date for debugging purposes. This can be run using the new /rtma get lastDate command.
  • Added GUI for seven-day forecast and per day weather page with additional information.
  • Added weather icons for Minecraft clear, rain, and thunder weather.
  • Added moon icons for moon phases which will be coming in a future version.
  • Added a new command for '/rtm weather' which opens the seven-day forecast GUI.
  • Added weather.json value called icon in both the weather object and day# objects to allow support for GUI icon detection.

CHANGES

  • The game_settings.json file now supports do_weather_cycle to change the doWeatherCycle game rule.
  • The game_settings.json file will automatically update for older versions of the file when a world is loaded.
  • The game_settings.json file now supports do_real_time and do_forecast which enables or disables weather and real-time mechanics.

NOTES

  • Custom weather icons can be requested but will require me to manually make and add them to the UI.