Create

Create

86M Downloads

Adjustable Repeaters are not propagating delays correctly

Skier23 opened this issue ยท 0 comments

commented

Describe the Bug

As shown in the screenshot, 2 adjustable redstone repeaters set to 2 tick delay each, do not arrive at the same time as one adjustable redstone repeater set to 4 ticks. However, using vanilla repeaters, one repeater set to 2 redstone ticks (4 game ticks) does arrive at exactly the same time as 2 repeaters set to 1 tick.

This uses a Redstone Logic Control (From RedstonePen mod) to verify the timings of when each line arrives
Here is the code used to verify the timings: (the same in both setups)
c=CNT1(G.RE&B.RE)

Reproduction Steps

1.See picture attatched
2.Vanilla setup increments the counter
3.Adjustable repeaters do not
...

Expected Result

two 2 tick adjustable repeaters should have the same delay as one 4 tick adjustable repeater.

Screenshots and Videos

2023-01-09_12 25 00

Crash Report or Log

No response

Operating System

Windows 10

Mod Version

0.3.2g

Minecraft Version

1.16.5

Forge Version

36.2.0

Other Mods

RedstonePen (Just to verify the timing)

Additional Context

2023-01-09_12 25 00