Initial resource pack – disc 13 replacement + painting/vinyl structure

This commit is contained in:
D3SXX
2026-05-09 13:46:17 +00:00
commit 1796b051d0
11 changed files with 139 additions and 0 deletions
@@ -0,0 +1,17 @@
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).