promotional bannermobile promotional banner

Startup Music Tone

Plays any music during the game's loading screen

File Details

startupmusicmod-1.19-2.0.0.jar

  • R
  • Mar 5, 2026
  • 174.48 KB
  • 515
  • 1.20.1+7
  • Forge + 1

File Name

startupmusicmod-1.19-2.0.0.jar

Supported Versions

  • 1.20.1
  • 1.20
  • 1.19.4
  • 1.19.3
  • 1.19.2
  • 1.19.1
  • 1.19
  • 1.18.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:startup-music-1393312:7716562")

NeoForge

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

Learn more about Curse Maven

Changelog: v2.0.0

This major version introduces several significant improvements. Most changes are internal, focusing on stability, compatibility, and extensibility.


✨ What Changed?

  1. More Audio Files Supported: This mod now supports: ogg, mp3, oga, wav.
  2. New Config: (Advanced) You can customize the size of each batch in the audio stream. Increase it if you experience stuttering.
  3. Fading: Music will start to fade as soon as Forge finished initializing. 
  4. Internal Changes:
    1. OpenAL to Java's Audio System: Switched to Java's audio system to improve mod compatibility with other mods/versions.
    2. Added Audio Stream Factory: Added a factory system so other modders can add support for new audio formats.
    3. Delayed Music Initialization: Music now initializes after the mod-loading phase to ensure compatibility with other mods and stable config reading.
  5. Bug Fixes:
    1. mp3 Sounds Feels Reverbed or Slowed: Now the mod read the .mp3 files correctly.
    2. Config Not Working (again): Fixed another issue where the mod never actually read the config values during initialization, unlike the previous one which fixed an issue where the config file was generated empty.

 


⚠️ Compatibility Note

This version is built for Forge 1.18.2 – 1.20.1. Versions 1.20.2+ and 1.21 are currently not supported due to major changes in the Minecraft Forge API.


To add a new audio compatibility, go check "DefaultFactories" (dev/merosssany/musicaltone/data/factory) at my GitHub page. I am working on docs.