作者:rebot | 分类:模组
Minecraft 版本: 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
平台: fabric
标签: decoration game-mechanics utility
A Fabric mod that allows making server-side custom music discs.
Place your .ogg sound files in:
config/vinyls/sounds/
The filename becomes the sound ID (e.g., custom_music.ogg → vinyls:custom_music)
Add the vinyls:music_disc behavior to any Filament item definition:
"behaviour": {
"vinyls:music_disc": {
"sound_event": "vinyls:custom_music",
"description": "Furq - Custom Music",
"length_in_seconds": 112.0,
"comparator_output": 15,
"range": 64
}
}
That's it! Your custom music disc is ready to use.
请登录后举报
暂无评论,抢个沙发吧~