Skip to content

Conversation

@Hawk777
Copy link
Contributor

@Hawk777 Hawk777 commented Sep 29, 2021

By experimentation, robots seem to use absolute sides for redstone output, not relative sides.

By experimentation, robots seem to use absolute sides for redstone
output, not relative sides.
@Hawk777
Copy link
Contributor Author

Hawk777 commented Sep 29, 2021

I’m sorry, this is not actually correct. But I’m very confused as to what is correct!

lua> rs.getOutput()
{[0] = 0.0,
 0.0,
 0.0,
 0.0,
 0.0,
 0.0}
lua> rs.setOutput(5,15)
0.0
lua> rs.getOutput()
{[0]=0.0,
 0.0,
 15.0,
 0.0,
 0.0,
 0.0,
 0.0,

Huh? I set output side 5 and side 2 changed? This was done on a robot facing east. There seems to be some serious confusion around redstone, sides, and robots. This happened with the latest release, 1.7.5.192.

Hawk777 added a commit to Hawk777/opencomputers-programs that referenced this pull request Oct 3, 2021
@asiekierka
Copy link
Contributor

Yeah, this is fixed in later CI builds, as well as the upcoming OpenComputers 1.7.6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants