Background Music Mod

A Minecraft mod that lets players play audio by hooking directly into OpenAL as opposed to using SoundEvents.

36

Quick challenge

How far can you run before the mobs catch you?

Background Music Mod

Background Music Mod


Background Music Mod is a client mod that allows players to play audio files directly using chat commands and a file name instead of using Minecraft's (rather restrictive and difficult to use) Sound Events system.

Usage


To play an audio file:

Run `/bgm play <file_path>`. The chat will return a number that corresponds to the ID of the source. It can also be looped using `/bgm play <file_path> true`.

To stop an audio file:

Run `/bgm stop_id <id>`.

To see currently playing audio files:

Run `/bgm list`.

To stop all audio files:

Run `/bgm stop_all`.

Source


The sources can be found on GitHub under a GNU GPLv3 license.

ADS