Fixed
- Crash on startup on dedicated servers due to client tick event registration code being loaded on dedicated servers
- Incorrect translation for the
worldRendererTickSpeedMultiplier
Added
- Better Clouds compatibility
- Renamed the
cloudSpeedMultiplier
config option toworldRendererTickSpeedMultiplier
- Renamed the
Fixed
- Outdated translations in some versions of Realistic Sleep
Added
- Cauldron dripstone tick speedup
- Uses the precipitation tick speed multiplier in the config
- Serverside translation support
- Uses the Server Translation API
Fixed
- Cauldron precipitation not taking dripstone into account
- Cauldron precipitation now checks if dripstone can drip into the cauldron
Added
- Sodium
v0.5.x
compatibility for the cloud speed multiplier
Fixed
- Crash on startup due to the
WorldRendererMixin
Added
- Daytime sleeping (by Superkat32 in #48)
- Exponential sleep speed curve
- Cloud speed multiplier
- Optimised crop growth speed multiplier implementation
- Thunder speed multiplier
- Ice and snow formation speed multiplier
- Precipitation (cauldron filling) speed multiplier
- API for use by other mods
- Separate config options for random block/fluid tick speed multipliers (disabled by default due to high TPS usage)
Changed
- Reduced the length of the config screen tooltips (by Superkat32 in #48)
- Config menu title to
Realistic Sleep Config
(by Superkat32 in #48) - HUD messages use translation entries instead of hardcoded text (split up in parts)
- Dropped Minecraft
1.18.x
support
Added
- Daytime sleeping (by Superkat32 in #48)
- Exponential sleep speed curve
- Cloud speed multiplier
- Optimised crop growth speed multiplier implementation
- Thunder speed multiplier
- Ice and snow formation speed multiplier
- Precipitation (cauldron filling) speed multiplier
- API for use by other mods
- Separate config options for random block/fluid tick speed multipliers (disabled by default due to high TPS usage)
Changed
- Reduced the length of the config screen tooltips (by Superkat32 in #48)
- Config menu title to
Realistic Sleep Config
(by Superkat32 in #48) - HUD messages use translation entries instead of hardcoded text (split up in parts)
Fixed
- Day count resetting after sleeping
- Issues with certain datapacks (such as Vanilla Tweaks and Stellarity)
Fixed
- A hang when loading a world or starting a server
Fixed
- A crash on startup due to the
ServerPlayerEntity
mixin