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

Bug fixes #1854

Merged
merged 5 commits into from
May 10, 2024
Merged

Bug fixes #1854

merged 5 commits into from
May 10, 2024

Conversation

MrTJP
Copy link
Owner

@MrTJP MrTJP commented May 10, 2024

  • Fixed integer conversion issue causing black signal (bit 15) being converted wrong by bus converter in digital to analog mode
  • Fixed issue where wires were re-connecting to a tile during removal when that tile performed its neighbor update (i.e. after block state removal, but before tile was delete from world).
  • Fixed Fabricated Gate pick-block not working after world reload due to original item NBT not being saved
  • Fixed wires connecting to front-side of Motors and Actuators
  • Fixed IC tile interactions not working in multiplayer due to method incorrectly marked as client-only (fixes [Bug] Crash when hovering over logic gate in a blueprint with interact tool in 1.19.2 #1853)

@MrTJP MrTJP merged commit 6dc8e19 into main May 10, 2024
2 checks passed
@MrTJP MrTJP deleted the patch-05102024 branch May 10, 2024 22:02
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.

[Bug] Crash when hovering over logic gate in a blueprint with interact tool in 1.19.2
1 participant