-
Notifications
You must be signed in to change notification settings - Fork 63
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
feat(sounds): Add sound variants and resource pack support! #258
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
/deploy |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Deployed to Vercel Preview: https://prismarine-kfthjg96w-zaro.vercel.app |
PR Type
Enhancement, Tests, Other
Description
Introduced a new sound system with sound variants and resource pack support.
Added scripts for uploading and managing sound files and maps.
Refactored resource pack handling for improved modularity.
Enhanced sound playback logic with dynamic sound mapping and resource pack integration.
Changes walkthrough 📝
8 files
Added logic to copy generated sound files to distribution.
New script for uploading multiple sound files to GitHub.
Script for uploading individual sound files to GitHub.
Refactored resource pack handling and added logging.
Refactored sound system to use dynamic sound mapping.
Introduced `SoundMap` class for dynamic sound management.
Updated sound map download script for new sound versions.
Enhanced sound preparation script with caching and modular actions.
1 files
Added test script for sound map functionality.