So long story short, I need a timer for about 25 seconds.
My two options are 50 delay blocks in a daisy chain, or I can use flip flops and a clock pulse to create a 5 bit register and the logic to read the register for a state of 11001 (25 in binary). Or I could just increase the delay length to 31 seconds in order to have simpler logic looking for 11111.
In the long run, which answer is easier on the game/server? Keeping track of 50 blocks in a logic daisy chain, or about 10 blocks of more advanced logic?
My two options are 50 delay blocks in a daisy chain, or I can use flip flops and a clock pulse to create a 5 bit register and the logic to read the register for a state of 11001 (25 in binary). Or I could just increase the delay length to 31 seconds in order to have simpler logic looking for 11111.
In the long run, which answer is easier on the game/server? Keeping track of 50 blocks in a logic daisy chain, or about 10 blocks of more advanced logic?