Vinyls
ModrinthSpigotMCAllows making server-side custom music discs.
4.7k Downloads 22 Follower aktualisiert 4mo ago
neueste v3.0.0 Modrinth
Vinyls
A Fabric mod that allows making server-side custom music discs.
Quick Start
1. Add Sound Files
Place your .ogg sound files in:
config/vinyls/sounds/
The filename becomes the sound ID (e.g., custom_music.ogg → vinyls:custom_music)
2. Add Behavior to Your Filament Item
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
}
}
3. Restart Server
That's it! Your custom music disc is ready to use.
Versionen
Release
3.0.0
### Updates & Improvements
- Complete rewrite to work with filament and polymer, uses minecraft data component to register custom music disc on runtime.
Release
3.0.0
### Updates & Improvements
- Complete rewrite to work with filament and polymer, uses minecraft data component to register custom music disc on runtime.
Release
2.1.1
- Fixes a resource pack generation bug in ([2.1.1](https://modrinth.com/plugin/vinyls/version/2.1.1)).
_It's was only in the spigot build!_
Alpha
2.1.1
## Optimizations
- Configuration Loading Optimizations
- ResourcePack Optimizations
- Fixed ResourcePack creation bug _(zip file wasn't functioning as…
Beta
2.1.0
## Changes:
- Fixed Inventory updating in 1.20.1
- Error: "Can't place player in the world" on Join.
- Fixed give command's context error.
- Switched to…
Beta
2.1.0
## Changes:
- Fixed Inventory updating in 1.20.1
- Error: "Can't place player in the world" on Join.
- Fixed give command's context error.
- Switched to…
Beta
2.1.0
## Changes:
- Fixed Inventory updating in 1.20.1
- Error: "Can't place player in the world" on Join.
- Fixed give command's context error.
- Switched to…

Kommentare 0
Noch keine Kommentare. Sei der Erste, der seine Meinung teilt.