MinecraftPortCentral / Cauldron-Issues

Issue tracker for Cauldron - http://cauldron.minecraftforge.net
13 stars 6 forks source link

Computercraft computers will not update redstone output without breaking the redstone #135

Open Enolamron opened 9 years ago

Enolamron commented 9 years ago

When toggling rs.setOutput("right", true) and rs.setOutput("right", false) for example. You need to break the redstone next to the computer in order for it to update signals.

I mentioned this in the Computercraft irc and i was told.

"Lyqyd - Are you using Cauldron or MCPC+? -Lyqyd - Nothing CC can do about it, it's a bug on that side of things, sorry."

I didn't see the issue so I here it is. :P Sorry if it was reported and I over looked it.

Enolamron commented 9 years ago

After more testing I think it has to do with cross chuck transmissions. It works fine if the two computers are int he same chunk. Lyqyd asked if it was over the chunk boarder and it was.