Pop Configuration
=================

Config Options:
- bootSound: Play sound when game starts (title screen) - default: true
- worldSound: Play sound when loading into a world - default: true
- customSound: Use custom sound file instead of default - default: false

To use a custom sound:

1. Set "customSound" to true in pop.json
2. Place your sound file named "sound.ogg" in this folder (config/pop/)
3. The file must be in OGG format
4. Restart Minecraft

Example pop.json:
{
  "bootSound": true,
  "worldSound": true,
  "customSound": false
}
