The BepInEx console will not appear when launching like it does for other games on Thunderstore. This is normal (and helps prevent crashes during startup). You can turn it back on in your BepInEx.cfg file.

MinecraftBackgroundMusic
Replaces PEAK region music with ANY custom MP3s. Supports per-region folders (Beach, Tropics, etc.) with config. Delete change or add MP3s freely!
Last updated | 3 weeks ago |
Total downloads | 14352 |
Total rating | 1 |
Categories | Audio Client Side |
Dependency string | audiomoddingmyg-MinecraftBackgroundMusic-0.3.1 |
Dependants | 3 other packages depend on this package |
This mod requires the following mods to function

BepInEx-BepInExPack_PEAK
BepInEx pack for PEAK. Preconfigured and ready to use.
Preferred version: 5.4.2403README
MinecraftBackgroundMusic
A mod for PEAK that replaces region music with custom MP3s, supporting per-region music folders and smooth track transitions.
Features
- Plays custom MP3s for PEAK’s regions: Beach, Tropics, Alpine, Caldera, Kiln, and Peak.
- Automatically switches to a new random track when the current one ends.
- Supports a folder structure with optional region-specific music and a Default fallback if no region-specific music specified.
- Configurable folder names via a config file.
- Preconfigured with Minecraft music, including Nether Update and pre-1.16 Nether tracks for the later stages.
You can customize MP3s however you want! You can delete the included tracks and use your own. The mod plays any MP3s found in the specified folders, making it a versatile background audio mod.
Installation
- I've only installed this mod manually, its drag and drop. Not sure if it works with thunderstore mod loader thingy.
- Install
BepInEx-BepInExPack_PEAK-5.4.2403
- I installed it manually, just drag contents ofBepInExPack_PEAK
toProgram Files (x86)\Steam\steamapps\common\PEAK
. - After you've installed BepInEx, you can install my mod.
- Merge contents of my mod's
BepInEx
folder (includes theconfig
andplugins
folder) intoProgram Files (x86)\Steam\steamapps\common\PEAK\BepInEx
. - Optionally add or edit MP3s to subfolders (e.g.,
CustomBackgroundMusic/Beach
,CustomBackgroundMusic/Tropics
,CustomBackgroundMusic/Default
). See below to see how the folder structure works. Basically it defaults to the Default folder, and if theres any mp3s in the region specific folders, it uses those instead.
Folder Structure
The mod uses a CustomBackgroundMusic
folder located in BepInEx/plugins
. Inside, create subfolders for each region:
Beach
: Music for the Beach region.Tropics
: Music for the Tropics region.Alpine
: Music for the Alpine region.Caldera
: Music for the Caldera region.Kiln
: Music for the Kiln region.Peak
: Music for the Peak region.Default
: Fallback folder used if a region’s folder is missing or empty. These will play in every region that does not have specific mp3s in their folder.
Currently every region is using the Minecraft Alpha and Classic music (and a couple beta songs I like) from the default folder. Then just for the later stages (Caldera and Kiln) i put the nether music in those folders, so these regions will cycle only between these mp3s.
Example:
BepInEx/plugins/
├── CustomBackgroundMusic/
│ ├── Beach/
│ │ ├── track1.mp3
│ │ ├── track2.mp3
│ ├── Tropics/
│ │ ├── tropical_song.mp3
│ ├── Default/
│ │ ├── fallback_track.mp3
├── backgroundMusic.dll
- Place MP3s in the appropriate region folders. The mod randomly selects an MP3 from the region’s folder when you enter that region.
- If a region folder is missing or empty, the mod falls back to the
Default
folder. - You can delete any region folders you don’t need (or just keep them empty), but ensure the
Default
folder has MP3s for fallback.
Configuration
The mod generates a config file at BepInEx/config/com.mthwj.minecraftmusic.cfg
on first run. It contains entries for each region’s folder name:
-
BeachFolder
: Folder for Beach region music (default:Beach
). -
TropicsFolder
: Folder for Tropics region music (default:Tropics
). -
AlpineFolder
: Folder for Alpine region music (default:Alpine
). -
CalderaFolder
: Folder for Caldera region music (default:Caldera
). -
KilnFolder
: Folder for Kiln region music (default:Kiln
). -
PeakFolder
: Folder for Peak region music (default:Peak
). -
DefaultFolder
: Fallback folder (default:Default
). -
Folder names can be relative to
CustomBackgroundMusic
(e.g.,Beach
) or absolute paths (e.g.,C:\Music\Beach
). -
Edit the config to change folder names or point to custom locations.
Notes
- The mod is preconfigured with Minecraft music, including Nether Update tracks and pre-1.16 Nether music for less peaceful regions (e.g., Caldera, Kiln). Feel free to replace these with your own MP3s.
- Join the PEAK modding Discord and ctrl + f minecraft and you can probably find my discord user if you need help—I’ll probably respond!