Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exponential sleep doesn't work #71

Open
leftbones opened this issue Sep 13, 2024 · 2 comments
Open

Exponential sleep doesn't work #71

leftbones opened this issue Sep 13, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@leftbones
Copy link

leftbones commented Sep 13, 2024

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.

@Steveplays28 Steveplays28 added the bug Something isn't working label Sep 13, 2024
@leftbones
Copy link
Author

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.

@Steveplays28
Copy link
Member

Hi leftbones, thank you for the report.
I'll take a look when I have time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants