Create

Create

86M Downloads

Sequenced Gearshift loses forgets it's state using await function.

SpokenWig620933 opened this issue ยท 0 comments

commented

Describe the Bug

I have a sequenced gearshift in a "powered" state, because it has an await function for a new redstone signal.
When I restart the server it forgets that's waiting for a new redstone signal, and instead starts from the beginning(depowered) without resetting the blocks it is linked to.

This seemed to work fine on my single player world, last I checked. But on a dedicated server it is not working.

Reproduction Steps

  1. Place sequenced gearshift
  2. Add rotation, await, rotation to it's function
  3. enable it once
  4. restart server
  5. see it is on the first stage again
    ...

Expected Result

It to save the state instead of reseting.

Screenshots and Videos

No response

Crash Report or Log

No response

Operating System

Windows 11

Mod Version

0.5.0e

Minecraft Version

1.18.2

Forge Version

40.1.84

Other Mods

No response

Additional Context

No response