An interactive web application for browsing, playing, and managing Minecraft sound effects. Built with Vue 3 and Vite.
- 🔍 Browse and search through all Minecraft sound effects
- 🎵 Play individual sounds or create sound combinations
- 🎚️ Adjust pitch and volume for each sound
- 🏷️ Filter sounds by categories and tags
- 📋 Copy sound commands for use in-game or in MythicMobs
- 📎 Share sound combinations via URL
- Node.js (v14 or higher)
- npm or yarn
- A modern web browser
- Clone the repository:
git clone https://github.com/xmorose/minecraftsounds.git
cd minecraft-sound-browser- Install dependencies:
npm install- Start the development server:
npm run dev- Open your browser and navigate to
http://localhost:5173
To create a production build:
npm run buildThe built files will be in the dist directory.
- IntelliJ IDEA with the following plugins:
- Vue.js
- JavaScript / TypeScript (In this case i use JS only)
- ESLint
At least thats what i use idk use whatever you want
public/
├── sounds/ # Sound files (.ogg)
├── favicon.ico # Site favicon
└── sound_tags.json # Sound tag definitions
src/
├── components/ # Vue components
├── assets/ # Project assets
└── App.vue # Root component
generateSounds.cjs # Script to process sound data
The project includes scripts to generate and update sound data:
- Run the sound generation script:
node generateSounds.cjsSound data is sourced from the Minecraft Wiki and processed to work with this application.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is not affiliated with Mojang Studios or Microsoft. Minecraft content and materials are trademarks and copyrights of Mojang Studios or its licensors.
For support or inquiries, please contact us at hello@minecraftsounds.com
- Sound data sourced from the Minecraft Wiki
- Special thanks to the Minecraft community for maintaining documentation of sound events