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

Incorrect sound ID map for 1.20.4 #897

Open
zardoy opened this issue Jul 13, 2024 · 2 comments
Open

Incorrect sound ID map for 1.20.4 #897

zardoy opened this issue Jul 13, 2024 · 2 comments

Comments

@zardoy
Copy link

zardoy commented Jul 13, 2024

I just switched to using sound map from mc-data and I see it is mostly ok, but still incorrect for 1.20.4. For example:

Sound with ID 944 must be block.note_block.flute not block.note_block.guitar:

{
"id": 943,
"name": "block.note_block.flute"
},
{
"id": 944,
"name": "block.note_block.guitar"
},

@wgaylord

@wgaylord
Copy link
Contributor

Interesting.

@wgaylord
Copy link
Contributor

Havent had time to investigate but unless its an off by 1 error, it shoukd be correct since its generated directly from the registry..

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

No branches or pull requests

2 participants