mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
* fix: preserve protocol ordering for sound event IDs in codegen The Sound enum variants were sorted alphabetically, causing every sound ID sent via the protocol to mismatch the client's expected registration order. Only sort the LOOKUP table for binary search; keep enum variants in the original sounds.json order. Closes #1532 * chore: regenerate sound.rs with protocol-correct ordering