18 lines
716 B
Plaintext
18 lines
716 B
Plaintext
Place your vinyl music files here as OGG Vorbis audio.
|
||
|
||
File naming:
|
||
track_01.ogg → matches "vinyl.track_01" in sounds.json
|
||
track_02.ogg → matches "vinyl.track_02" in sounds.json
|
||
|
||
Rules:
|
||
- Format: OGG Vorbis (NOT MP3, NOT WAV – must be .ogg)
|
||
- Convert with: ffmpeg -i input.mp3 -c:a libvorbis -q:a 4 output.ogg
|
||
- No spaces in filenames; use underscores.
|
||
- For each new track add a matching entry in assets/create/sounds.json
|
||
and a lang entry in assets/create/lang/en_us.json.
|
||
|
||
In-game usage (Create mod):
|
||
1. Craft a blank vinyl record.
|
||
2. Use a jukebox with the sound event ID: create:vinyl.track_01
|
||
OR configure via Create's vinyl disc crafting recipe (requires a datapack recipe).
|