Create Fabric

Create Fabric

7M Downloads

Mod compatibility

Giggitybyte opened this issue ยท 1 comments

commented

Describe the Suggestion

I've written a mod for Fabric which speeds up time while you sleep instead of skipping to day, and I'm trying to make it compatible with Create contraptions.
My mod works by adding additional ticks to the time then ticking the world an equal amount of times. Items like windmills will speed up and work as expected when adding 20 ticks (1 second) or less to the time, but anything past that causes the contraption to speed up then jerk back; as if theres some sort of validation somewhere which compares the last time it rotated or something.
I've tried sifting through the blocks and block entities in this repo, but I couldn't spot the code that causes this behavior.
Can somebody point me in the right direction so I can make my mod compatible?

Screenshots and Videos

Video:
https://s.thegiggitybyte.me/dFM9T.mp4
https://s.thegiggitybyte.me/G0DCy.mp4

Additional Context

No response

commented

This may be due to ServerSpeedProvider, which adjusts the speed of some things based on server tick rate.