Files

18 lines
716 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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).