196 posts
Location
Norway
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. :)/>
1619 posts
Posted 22 April 2013 - 06:41 AM
I don't think of this as a bug.
2447 posts
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.
196 posts
Location
Norway
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?
2447 posts
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.
196 posts
Location
Norway
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.
2447 posts
Posted 22 April 2013 - 12:56 PM
Does that really matter?
997 posts
Location
Wellington, New Zealand
Posted 22 April 2013 - 03:10 PM
Block updates from redstone emitting blocks cause doors to recheck for a redstone signal.
196 posts
Location
Norway
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
:)/>