Fix the multi-BGM overlapping bug.
This is a client-side mod for Minecraft 1.12.2, powered by liteloader.
- Confirm that your Minecraft version is
Java Edition 1.12.2
. If you want something in versions of1.13+
, pressALT + F4
. Actually, this mod is unnecessary in1.13+
. - Ensure that you have installed a liteloader for your Minecraft client.
- Download the latest release, which should be a LITEMOD file
mod-multibgmfix-<version>-mc1.12.2[+<buildDate>].litemod
. - Move the file into the
.minecraft/mods/
directory of your game, and then launch the game.
This mod fixes MC-35856 and MC-102403.
- Clone the repository.
- You MAY have to run
gradle setupDecompWorkspace
.
Before release, ensure the mod version is correct:
Run your task by one of the following commands:
- Run
gradle build
, and the release will be a file with postfix.litemod
in thebuild/libs/
directory. (E.g.mod-multibgmfix-0.0.0-mc1.12.2+20230801.182503.709.+0800.litemod
). - Run
gradle runClient
to test the mod on the IDE.