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

Circuit Table shortcut key shifted #5856

Closed
Sam2451 opened this issue Jan 26, 2024 · 1 comment
Closed

Circuit Table shortcut key shifted #5856

Sam2451 opened this issue Jan 26, 2024 · 1 comment
Labels

Comments

@Sam2451
Copy link

Sam2451 commented Jan 26, 2024

Minecraft Version

1.19.2

Immersive Engineering Version

9.2.3-167

Expected Behavior

Pressing numbers should set the corresponding register of the same index, and pressing letters should set the color with the same initial (colors with the same initial are selected based on the order from white to brown, for example blue is before brown, pressing B the first time should set blue, if pressed again brown, subsequent inputs of the same key should repeat the sequence)

Actual Behavior

The matrix or arrays or the for loop that bind the keys and the register/channel setting are offset by 1 forward from the key prospective.
Example 1: B(1)->Blue, B(2)->Brown (Expected); B(1)->Brown, B(2)->R0 (Actual)
Example 2: 0->R0, 1->R1, 2->R2 (Expected); 0->R1, 1->R2, 2->R3 (Actual)
Example 3: O->Orange, M->Magenta (Expected); O->Magenta, M->Light Blue (Actual)

Steps to reproduce

Open an Engineer's Circuit Table in this version and try it yourself

Debug Crash Log

.

@BluSunrize
Copy link
Owner

We're not maintaining 1.19 anymore, but this has been fixed in the latest 1.20.4 release =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants