PrismarineJS / minecraft-data

Language independent module providing minecraft data for minecraft clients, servers and libraries.
https://prismarinejs.github.io/minecraft-data
670 stars 224 forks source link

Incorrect sound ID map for 1.20.4 #897

Open zardoy opened 4 months ago

zardoy commented 4 months ago

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: https://github.com/PrismarineJS/minecraft-data/blob/8a8c811c71790d75ec405429e5b50343cb77f88b/data/pc/1.20.4/sounds.json#L3774-L3781

@wgaylord

wgaylord commented 4 months ago

Interesting.

wgaylord commented 4 months ago

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