Skip to content

Fix Juke box driver on 1.12 #3774

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

Merged
merged 1 commit into from
Apr 14, 2025
Merged

Conversation

kebufu
Copy link

@kebufu kebufu commented Apr 11, 2025

Since minecraft 1.12 changed the SFX ID for the jukebox from 1005 to 1010 and reassigned the old SFX ID to the iron door opening sound, the OpenComputers adapter can no longer control jukebox playback properly. Attempting to play or stop playback triggers the iron door opening sound instead. This commit fixes the issue. It is currently unclear whether this issue exists in other versions.

Relevant code in 1.7.10:
image

Relevant code in 1.12:
image
image

@asiekierka
Copy link
Contributor

Thank you very much!

@asiekierka asiekierka merged commit 08c6305 into MightyPirates:master-MC1.12 Apr 14, 2025
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.

3 participants