function pulse(rsComponent, side)
rsComponent.setOutput(side,15);
rsComponent.setOutput(side,0);end
pulse(thirdGenerator, sides.bottom);
pulse(secondGenerator, sides.bottom);
Both "thirdGenerator" and "secondGenerator" are Redstone I/O block cpmponents connected to the computer via cables.
Running this will make them give a short pulse at the bottom of the blocks but there is like a 10 tick delay between them.
How can I manage to make both of them activate at the same time?
Also, is there a way to set a fixed amount of ticks (a really short delay like 3 ticks or something like that) to wait between first and second pulse?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
I am using something like this:
Both "thirdGenerator" and "secondGenerator" are Redstone I/O block cpmponents connected to the computer via cables.
Running this will make them give a short pulse at the bottom of the blocks but there is like a 10 tick delay between them.
How can I manage to make both of them activate at the same time?
Also, is there a way to set a fixed amount of ticks (a really short delay like 3 ticks or something like that) to wait between first and second pulse?
Link to post
Share on other sites