Open zardoy opened 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
block.note_block.flute
block.note_block.guitar
@wgaylord
Interesting.
Havent had time to investigate but unless its an off by 1 error, it shoukd be correct since its generated directly from the registry..
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
notblock.note_block.guitar
: https://github.com/PrismarineJS/minecraft-data/blob/8a8c811c71790d75ec405429e5b50343cb77f88b/data/pc/1.20.4/sounds.json#L3774-L3781@wgaylord