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
+4
View File
@@ -0,0 +1,4 @@
{
"create.subtitle.vinyl.track_01": "Track 01",
"create.subtitle.vinyl.track_02": "Track 02"
}
+20
View File
@@ -0,0 +1,20 @@
{
"vinyl.track_01": {
"sounds": [
{
"name": "create:vinyl/track_01",
"stream": true
}
],
"subtitle": "create.subtitle.vinyl.track_01"
},
"vinyl.track_02": {
"sounds": [
{
"name": "create:vinyl/track_02",
"stream": true
}
],
"subtitle": "create.subtitle.vinyl.track_02"
}
}
@@ -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).
Binary file not shown.