Login Music

A simple Minecraft mod that can play music when players join in the world.
Back to Files

login_music-1.2.5-forge.jar

File namelogin_music-1.2.5-forge.jar
Uploader
rd806rd806
Uploaded
Jul 20, 2026
Downloads
9
Size
391.2 KB
Mod Loaders
Forge
File ID
8469177
Type
R
Release
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:loginmusic-1617552:8469177")

Learn more about Curse Maven

What's new

Destructive changes: Since mod version 1.2.5, the config file's storage has been changed! If you upgrade from previous version, please move them to the new place! The current structure:

{version folder}
├── config
│   ├── login_music-music.json      # Specific musics
│   └── login_music-client.toml     # Client config    
│
├── data/login_music        # Store music files
│   ├── MusicsCache
│   │   ├── music_1.mp3
│   │   ├── music_2.wav
│   │   └── ...
│   └── LyricsCache   
│       ├── music_1.lrc
│       ├── music_2.lrc
│       └── ...
└── ...

More config options in the config menu. Temporarily remove the config button from the main menu.

This mod has no additional files