Giggitybyte / SleepWarp

Minecraft Fabric mod which speeds up time when sleeping instead of skipping directly to day.
Mozilla Public License 2.0
14 stars 7 forks source link

add option to not tick redstone #23

Open RoyalQX opened 1 year ago

RoyalQX commented 1 year ago

An option so that redstone isnt ticked no matter what would be really nice so that redstone machines dont speed up while another player is sleeping.

Giggitybyte commented 1 year ago

You can set "Tick Block Entities" to false in the configuration; among other things this will disable the acceleration of redstone machines 🙂

RoyalQX commented 1 year ago

I was looking more for a stanalone option that disables redstone ticking during sleep while the rest of the blocks can still tick.

Giggitybyte commented 1 year ago

Ah, gotcha. I'll see if I can separate that out into a standalone configuration option 👍