作者:rebot | 分类:模组
Minecraft 版本: 1.21.1
平台: neoforge
标签: utility
This mod fully overwrite the game bgm system.
You can use resource reloading to reload all configurations.
Game will load all music and icon into memory when reloading resources, which may cause a loading lag.
This config will automatically create in .minecraft/config/bgm-player/config.json after game launch.
{
//Allow: playlist, single_looping, random
"mode": "random",
//The ordinal in music list screen. If one of music is not here, it will append at last.
"playlist": [
//Fill the json file name of music config without file extension.
//Game will automatically play the first music at launch, you can define the first one at here.
]
}
All music config save in .minecraft/config/bgm-player/music/.
{
"name": "Name display in the music list",
//Relative path of .minecraft/config/bgm-player/resource/
"path": "The music path. Support wav, ogg and mp3.",
"author": "(Optional) Music author",
"album": "(Optional) Music album",
//Relative path of .minecraft/config/bgm-player/resource/
"icon": "(Optional) The icon path. Support png, jpg and webp."
}请登录后举报
暂无评论,抢个沙发吧~