1
0
Fork 0
forked from mirror/Vinyls
A Fabric mod that allows making server-side custom music discs, updated to support 26.x.
Find a file
2026-01-30 10:58:05 +05:00
gradle/wrapper Update README.md 2026-01-30 09:16:01 +05:00
src/main cleanup 2026-01-30 10:58:05 +05:00
versions initial 3.0.0 2026-01-30 09:16:01 +05:00
.gitignore Update README.md 2026-01-30 09:16:01 +05:00
build.gradle.kts cleanup 2026-01-30 10:58:05 +05:00
CHANGELOG.md Update README.md 2026-01-30 09:16:01 +05:00
gradle.properties initial 3.0.0 2026-01-30 09:16:01 +05:00
gradlew Update README.md 2026-01-30 09:16:01 +05:00
gradlew.bat Update README.md 2026-01-30 09:16:01 +05:00
LICENSE Update README.md 2026-01-30 09:16:01 +05:00
README.md Update README.md 2026-01-30 09:16:01 +05:00
settings.gradle.kts initial 3.0.0 2026-01-30 09:16:01 +05:00
stonecutter.gradle.kts initial 3.0.0 2026-01-30 09:16:01 +05:00

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.oggvinyls: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.