diff options
author | bowser0000 <bowser0000@gmail.com> | 2021-03-21 21:52:02 -0400 |
---|---|---|
committer | bowser0000 <bowser0000@gmail.com> | 2021-03-21 21:52:02 -0400 |
commit | c63fa1b2d1c2c3b8704337f7908e4dd18bbc1733 (patch) | |
tree | f40228dbe22f05ca2123124a74a544ccf62aac02 /README.md | |
parent | 4ab6601c074b9486e4c656d577d86079d9b47916 (diff) | |
download | SkyblockMod-c63fa1b2d1c2c3b8704337f7908e4dd18bbc1733.tar.gz SkyblockMod-c63fa1b2d1c2c3b8704337f7908e4dd18bbc1733.tar.bz2 SkyblockMod-c63fa1b2d1c2c3b8704337f7908e4dd18bbc1733.zip |
Fix custom music file on non-windows operating systems
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -93,14 +93,8 @@ Discord Server: https://discord.gg/QsEkNQS - Start/Stop Skill Tracker - Numpad 5 by default. ## Custom Music -- Supported audio formats: - - .wav - - .mid - - .aiff - - .au - - .rmf -- For the following custom music, place a supported music file with the given name in the `.minecraft/config/dsmmusic` folder. - - Dungeon boss music: `dungeonboss` +- To use custom music, place a music file with the given name in the `.minecraft/config/dsmmusic` folder and enable the custom song in /dsm. + - Dungeon boss music: `dungeonboss.wav` ### Notes - Slayer tracker for token drops and 20% chance drops uses a 12x12x12 bounding box centered on the player to detect the drops. If you are out of the range of the item drop, it will not count on the tracker. |