promotional bannermobile promotional banner

Music Events

An event-based dynamic music engine that grants control over game, mod, and custom music.

File Details

music_events-1.0.2.jar

  • R
  • Jun 12, 2026
  • 223.69 KB
  • 16
  • 1.20.1
  • Forge

File Name

music_events-1.0.2.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:music-events-1563159:8236823")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Properly implemented the server_nbt_sync parameter, which is needed for the nbt_match parameter to work when it is trying to work with server-side nbts.

Added an event_delay parameter. Even if it's active, the event won't play any audio until the delay time (in seconds) is over. After the event plays audio the event_delay parameter goes on a 2 minute cooldown, or it also gets reset after 2 other events have played any audios.

The mod can now be configured to evaluate events faster than the default 20 ticks/1 second. Lower values make the mod faster, but could impact more the CPU, depending on the complexity of the event.