Music Control - More Musics
Welcome to the world of additional music for Minecraft! Thanks to the Music Control mod's functionality, it's now possible to easily expand the game's musical backdrop using simple resource packs.
About the Resource Pack
This sound set demonstrates the new capabilities for adding custom compositions to Minecraft. The pack features two additional music sections with instrumental tracks that perfectly complement the game's atmosphere.
The first category contains carefully selected piano pieces from various artists:
- Amazing Sad Song by Dream
- Comptine d'un Autre Eté by Yann Tiersen
- Estavius by Phyrnna
- Gymnopédie (No. 1) by Erik Satie
- Interstellar performed by Patrik Pietschmann
- Killer from Jojo's Bizarre Adventure
- Megalovania by Lucas King
- Nocturne in C Sharp Minor (No. 20) by Frédéric Chopin
- Rivers Flow in You by Yiruma
- The Lord of the Ring arranged by Patrik Pietschmann
- The Rains of Castamere from Game of Thrones
- Try by Colbie Caillat
The second category is dedicated to the work of Minecraft's original soundtrack creator:
- Beginning
- Chris
- Dog
- Door
- Droopy Likes Ricochet
- Droopy Likes Your Face
- Equinoxe
- Excuse
- Flake
- Intro
- Ki
- Kyoto
- Moog City
Creating Your Own Music Collection
You can easily add your own tracks through specially created resource packs. Any audio file in OGG format will be automatically sorted into categories based on the placement folder:
- Tracks in the
assets/custom/sounds/musicdirectory will be placed in the CUSTOM category - Compositions from
assets/another_one/sounds/musicwill appear in the ANOTHER ONE section - Files in
assets/any_name/sounds/recordswill be added to the DISC group (without creating a corresponding music disc)
For proper display of composition names during playback, it's recommended to supplement the language file assets/my_custom_category/lang/ by specifying the author and title of each track:
{
"custom:music/my_custom_music1": "Author1 - My Custom Music 1",
"another_one:music/my_custom_music2": "Author2 - My Custom Music 2",
"any_name:records/my_custom_music3": "Author3 - My Custom Music 3"
}