Перейти к содержимому
Mineforgian

Vinyls

Allows making server-side custom music discs.

Загрузки
5K
Подписчики
22
Обновлён
30 января 2026 г.
Лицензия
LGPL-3.0-only

Опубликован 26 июня 2024 г.

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.

Ченджлог

3.0.0Релиз1.21.9, 1.21.10, 1.21.11 · 30 января 2026 г.

Updates & Improvements

  • Complete rewrite to work with filament and polymer, uses minecraft data component to register custom music disc on runtime.
3.0.0Релиз1.21, 1.21.1 · 30 января 2026 г.

Updates & Improvements

  • Complete rewrite to work with filament and polymer, uses minecraft data component to register custom music disc on runtime.
2.1.1Релиз1.20.6, 1.21, 1.21.1 · 20 октября 2024 г.
  • Fixes a resource pack generation bug in (2.1.1).

It's was only in the spigot build!

2.1.1Релиз1.21, 1.21.1 · 10 октября 2024 г.

Optimizations

  • Configuration Loading Optimizations
  • ResourcePack Optimizations
2.1.1Релиз1.20.5, 1.20.6 · 10 октября 2024 г.

Optimizations

  • Configuration Loading Optimizations
  • ResourcePack Optimizations
2.1.1Релиз1.20.3, 1.20.4 · 10 октября 2024 г.

Optimizations

  • Configuration Loading Optimizations
  • ResourcePack Optimizations
2.1.1Релиз1.20, 1.20.1, 1.20.2 · 10 октября 2024 г.

Optimizations

  • Configuration Loading Optimizations
  • ResourcePack Optimizations
2.1.1Альфа1.20.6, 1.21, 1.21.1 · 10 октября 2024 г.

Optimizations

  • Configuration Loading Optimizations
  • ResourcePack Optimizations
  • Fixed ResourcePack creation bug (zip file wasn't functioning as expected)
  • Removed Particle Spawning function since it was a bit taxing (may add later on)

Комментарии

Загружаем…