-
Notifications
You must be signed in to change notification settings - Fork 0
Changes
NorthWestTrees edited this page Jun 23, 2023
·
5 revisions
Real Time Mod - 1.7.0
- Port from 1.6.0 to Minecraft 1.19.4
Real Time Mod - 1.6.0
- Updated the seasonType command, it now uses numbers to specify what method.
- This will allow for cross-mod support for getting the value changed.
- 0: Will set the Astronomical Season method.
- 1: Will set the Meteorological Season method.
- 2: Will set the Solar Season method.
- Each world has its own weather configuration file.
- Worked on the season start and end dates for Astronomical, dates should be balanced and accurate now.
- Added support for custom weather overriding, though it disables many functions on our end. An example workspace will be made.
- Custom dimension support, by default will use overworld weather, but can bed changed using an overriding system.
- Weather is unique for each world.
- Weather is based on seasons.
- Weather now has groups for types of weather (Overworld, Nether and End) with custom group name support.
- Weather events now display weather names, this can be changed by other mods as well.
- Weather seasons work with Serene Seasons if installed.
- Expanded the "realtimemod" command to support "/realtimemod info|admin" paths.
- The admin command path requires a permission level of 2, the info path anyone can use to get information about the mod.
- Weather is run on the server side.
- Weather has a strength value between 0.0 and 1.0 which can be tapped into for weather intercity.
- Weather strength has a delay timer which is randomized between 10 and 20 minutes of gameplay.
- Weather has a duration of days.
- There is support for setting the minimum and maximum duration values.
- By default, the range for weather duration is between 1 and 3 days but can be changed when overwritten.
- Support for custom weather seasons for cross-mod support.
- There will also be support for weather temperature bonus and wind bonus values which will be weather specific.
- Weather will also have support for player thirst and temperature multipliers which will be used in a future update.
- Worlds can enable/disable weather effects, built-in weather effects will be through status effects and will apply script, overlays, and particles to entities in the desired world.
- Worlds can enable/disable weather being everywhere, handy for worlds like the nether which are underground and would otherwise count as save areas.
- It's now possible to disable the real-time system using commands.
Real Time Mod - 1.5.0
- Port the modification back to 1.19.2 to apply changes in release 1.4.0
Real Time Mod - 1.4.0
- Backport to Forge 1.18.2 to apply fixes to this game version.
- Added a new command for changing season preference.
- Added support for Serene Seasons (For Forge)
- This is optional and will automatically run when the mod ID is detected.
- Season cycles are disabled on the first load.
- Seasons have support for both the north and south hemispheres on earth.
- This can be changed using the game rule /gamerule isHemissphere [true/false]
- If the mod is removed the script will no longer run.
- There will be support for Astronomical, Meteorological, and Solar season systems.
- Added new calendar day event for April Fools (April 1st). Never be fooled again XD
- Updated texture for the calendar to add more detail.
- Removed temperature and weather components.
- Remove player settings.
- Fixed calendar events not showing when the current day is not the event day.
- Ported changes from 1.3.0 to 1.18.2 in this update.
Real Time Mod - 1.3.0
- Added offset support using new Game Rules.
- Full support for minute, hour, day, month and year offsets.
- Replaced 12h clock with 24h clock.
- Prepared workspace for Fabric migration.
- Reworked entire time and date procedures.
- Removed support for overlays due to it being dependent on player-side variables.
- Removed support for per entity temperature conversion due to dependent on player-side variables.
- Fabric will come but currently waiting for the next release that will allow support for Global Map and World variables which this mod uses.
- Serene Seasons support will come after the Fabric version is released, the reason being it would be more work to remove it later on when converting the workspace to Fabric.
- 12h clock was also dropped due to offset support having issues with 12h time formats, 24h formats seemed to work way better with no issues while testing.
Real Time Mod - 1.2.1
- Fixed time being shifted 12 hours ahead.
Real Time Mod - 1.2.0
- Ported 1.1.6 (1.18.2) to (1.19.2)
Real Time Mod - 1.1.6
- Ported 1.1.5 (1.16.5) to (1.18.2)
- Fixed issue with time being off between 12 am and 6 am
Real Time Mod - 1.1.5
- Added Temperature mechanics for Nether, End, and Surface.
- Added support for both Celsius and Fahrenheit.
- Added a new overlay for viewing information about the weather, temperature, time and date.
- Added new key bind (X) to toggle the information overlay.
- Added new key bind (V) to change personal preference for temperature type.
- Added a new calendar icon (Gold Star) to indicate when the world creation anniversary is (this will be for new saves old saves will be the day you open the world with the new update.)
Real Time Mod - 1.1.4
- Added Temperature mechanics for Nether, End, and Surface.
- Added support for both Celsius and Fahrenheit.
- Added a new overlay for viewing information about the weather, temperature, time and date.
- Added new key bind (X) to toggle the information overlay.
- Added new key bind (V) to change personal preference for temperature type.
- Added a new calendar icon (Gold Star) to indicate when the world creation anniversary is (this will be for new saves old saves will be the day you open the world with the new update.)
Real Time Mod - 1.1.3
- Ported the mod to Forge 1.16.5 due to popular request.
Real Time Mod - 1.1.2
- Ported the mod to Minecraft Forge 1.18.2
Real Time Mod - 1.1.1
- Optimized world tick procedures so perform better.
Real Time Mod - 1.1.0
- Added Moon phase support.
- A full moon will happen once a month mid-way through.
Real Time Mod - 1.0.0
- Added support for time to be the same as the host of the world.
- Added support for a calendar for viewing some other date and time-related things.
- Added time overlay.