You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested with one player online on my server. If set to linear, it works fine. If set to exponential, the timer always says 0s and time never speeds up. I do have many other mods on the server, but none that have anything to do with sleep or speeding up time, though if you want to see the full mod list, you can see them here: https://modrinth.com/modpack/evercraft/version/1.1.1
Here's my config:
{
"showSleepVignette": true,
"sendDawnMessage": true,
"dawnMessage": "The morning sun has vanquished the horrible night.",
"sendDuskMessage": true,
"duskMessage": "What a horrible night to have a curse.",
"sendSleepingMessage": true,
"showTimeUntilDawn": true,
"showTimeUntilDusk": true,
"sendNotEnoughPlayersSleepingMessage": false,
"allowDaySleeping": false,
"sleepSpeedCurve": "LINEAR",
"sleepSpeedMultiplier": 25.0,
"blockEntityTickSpeedMultiplier": 1.0,
"chunkTickSpeedMultiplier": 1.0,
"raidTickSpeedMultiplier": 1.0,
"fluidScheduledTickSpeedMultiplier": 1.0,
"thunderTickSpeedMultiplier": 1.0,
"iceAndSnowTickSpeedMultiplier": 1.0,
"cropGrowthTickSpeedMultiplier": 1.0,
"precipitationTickSpeedMultiplier": 1.0,
"blockRandomTickSpeedMultiplier": 1.0,
"fluidRandomTickSpeedMultiplier": 1.0,
"worldRendererTickSpeedMultiplier": 1.0,
"tickDelay": -1
}
EDIT: I should also note this is on Fabric, I didn't realize this mod was also available for Forge.
The text was updated successfully, but these errors were encountered:
Note that I set all of the multipliers aside from sleepSpeedMultiplier to 1.0 because ticking all of those things faster tends to lag my server for the players who aren't sleeping, so I like to avoid that.
Tested with one player online on my server. If set to linear, it works fine. If set to exponential, the timer always says 0s and time never speeds up. I do have many other mods on the server, but none that have anything to do with sleep or speeding up time, though if you want to see the full mod list, you can see them here: https://modrinth.com/modpack/evercraft/version/1.1.1
Here's my config:
EDIT: I should also note this is on Fabric, I didn't realize this mod was also available for Forge.
The text was updated successfully, but these errors were encountered: