This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Jarle212's profile picture

[MC 1.5.1][CC 1.52] coroutine.yield causing redston update

Started by Jarle212, 22 April 2013 - 04:35 AM
Jarle212 #1
Posted 22 April 2013 - 06:35 AM
Minecraft 1.5.1 & CC 1.52

This has only been tested in SSP

This bug causes there to be a redstone update when placing a CC computer or when
coroutine.yield is called and when it returns. This cause doors to close if there is no redstone input.

This bug can be reproduced by placing a computer or by calling or returning coroutine.yield in a 1 block range to an open door with no redstone input.
this cause the door to close

Not a major bug just something to note. :)/>
Dlcruz129 #2
Posted 22 April 2013 - 06:41 AM
I don't think of this as a bug.
Cloudy #3
Posted 22 April 2013 - 07:48 AM
We send a block update when the screen status has changed right now since we do not keep track of redstone changes at the block level. That has changed in the next release.
Jarle212 #4
Posted 22 April 2013 - 11:50 AM
We send a block update when the screen status has changed right now since we do not keep track of redstone changes at the block level. That has changed in the next release.
Dosn't a block update happen whenever you place a block?
Cloudy #5
Posted 22 April 2013 - 12:02 PM
We send a block update when the screen status has changed right now since we do not keep track of redstone changes at the block level. That has changed in the next release.
Dosn't a block update happen whenever you place a block?

Yes, and other circumstances.
Jarle212 #6
Posted 22 April 2013 - 12:19 PM
We send a block update when the screen status has changed right now since we do not keep track of redstone changes at the block level. That has changed in the next release.
Dosn't a block update happen whenever you place a block?

Yes, and other circumstances.
But a regular block updates dosn't cause the door to close.
Cloudy #7
Posted 22 April 2013 - 12:56 PM
Does that really matter?
immibis #8
Posted 22 April 2013 - 03:10 PM
Block updates from redstone emitting blocks cause doors to recheck for a redstone signal.
Jarle212 #9
Posted 22 April 2013 - 09:37 PM
Block updates from redstone emitting blocks cause doors to recheck for a redstone signal.

I see. Thank you.


Does that really matter?
No it dosn't just curious

:)/>