-
I highly recommend mod menu, so you can customize better.
-
I also highly recommend downloading this resource pack because it supports the mod: /resourcepacks/mcsm-musicpack-x-pvp-music
Features:
-
Plays a song when you engage in battle, if you dont have a resource pack it will play phased music that
-
If you have a resource pack that is compatible with this mod; One of them plays when you engage in a fight with a mob or a player.
-
The song fades out slowly until you engage in the fight back, instantly going back to full volume. If you die or the enemy dies the song fades out faster, depending on the speed you specified.
Coming soon:
-
Older versions support (i know very well yall sweats prefer old and ugly versions so its coming up but wait)
-
New icon (im not a graphic designer, give me some time)
Try my MCSM Musicpack (I highly recommend to try this resource pack with the mod):
-
/resourcepacks/minecraft-story-mode-musicpack
-
Credits to antimo & welles to making the most underrated songs of all time
How to add resource pack support for this mod?:
- Inside the assets folder, create a new folder named "pvpmusic". Inside the "pvpmusic" folder create "sounds.json" by adding a text without format and then renaming it to "sounds.json" and create a folder named "sounds". Inside the "sounds" folder create a folder called "custom". Inside the "custom" folder add all the songs you want to add. They need to be in .ogg audio format, otherwise it will not work. For this example, im going to add three songs, one called "fighting", another called "pvping" and the other called "battle" . Double click the "sounds.json" file and edit it.
The text format should look like this:
{
"battle_music": {
"category": "music",
"sounds": [
"pvpmusic:custom/pvping",
"pvpmusic:custom/battle",
"pvpmusic:custom/fighting"
]
}
}
The folder structure should look like this:
assets
└─ pvpmusic
├─ sounds.json
└─ sounds
└─ custom
├─ pvping.ogg
├─ battle.ogg
└─ fighting.ogg
