Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix documentation on redstone orientation #3475

Open
wants to merge 1 commit into
base: master-MC1.12
Choose a base branch
from

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.

None yet

2 participants