📂 Setup Guide

1. Add Your Custom Music
• Convert your music to .ogg (use online tools if needed).
• Rename it to match the disc you’re replacing (see table).
• Place it in:CustomMusicDisc/rrecords/your_disc.ogg

🎨 Optional Customization

2. Change Disc Texture
• Get a .png texture.
• Rename it to the matching disc name.
• Place it in:CustomMusicDisc/disc_texture/

3. Rename Disc Names
• Open texts/en_US.lang (or your language file).
• Change the text after the = sign: item.record_11.desc=My Custom Song

4. Advanced Audio Settings (sound_definitions.json)
• stream: true → stream from disk (good for long tracks).
• load_on_low_memory: true → ensures loading on weaker devices.
• max_distance → how far music can be heard.
• volume → loudness (default 1.0).
• pitch → playback pitch (default 1.0).

📁 Final Pack Structure
CustomMusicDisc
├─ disc_texture
│    ├─ 13.png
│    ├─ cat.png
│    └─ lava_chicken.png
├─ rrecords
│    ├─ 13.ogg
│    ├─ cat.ogg
│    └─ lava_chicken.ogg
├─ sounds
│    └─ sound_definitions.json
├─ texts
│    ├─ en_US.lang
│    └─ en_GB.lang
├─ textures
│    └─ item_texture.json
├─ manifest.json
├─ pack_icon.png
├─ README.txt
└─ splashes.json

✅ Quick Checks
• Files must be .ogg (not .mp3).
• Names are case-sensitive; no spaces/special characters.
• Textures should be .png with power-of-two sizes (16×16, 32×32, 64×64, etc.).

📦 Installation
• Re-compress the pack folder → .zip.
• Rename MyPack.zip → MyPack.mcpack.
• Double-click to import into Minecraft.
• Enable the pack in-game and enjoy!

Renaming Table
┌───────────────────────────────────────────────────────────────────────────────────────────────────────────┐
| Item | In-game Name                     | Rename `.ogg` to        | Rename `.png` to        | Disc Length |
| ---- | -------------------------------- | ----------------------- | ----------------------- | ----------- |
|  1.  | C418 - 11                        | 11.ogg                  | 11.png                  | 1:11        |
|  2.  | C418 - 13                        | 13.ogg                  | 13.png                  | 2:58        |
|  3.  | C418 - blocks                    | blocks.ogg              | blocks.png              | 5:45        |
|  4.  | C418 - cat                       | cat.ogg                 | cat.png                 | 3:05        |
|  5.  | C418 - chirp                     | chirp.ogg               | chirp.png               | 3:05        |
|  6.  | C418 - far                       | far.ogg                 | far.png                 | 2:54        |
|  7.  | C418 - mall                      | mall.ogg                | mall.png                | 3:17        |
|  8.  | C418 - mellohi                   | mellohi.ogg             | mellohi.png             | 1:36        |
|  9.  | C418 - stal                      | stal.ogg                | stal.png                | 2:30        |
|  10. | C418 - strad                     | strad.ogg               | strad.png               | 3:08        |
|  11. | C418 - wait                      | wait.ogg                | wait.png                | 3:57        |
|  12. | C418 - ward                      | ward.ogg                | ward.png                | 4:11        |
|  13. | Lena Raine – Pigstep             | pigstep.ogg             | pigstep.png             | 2:28        |
|  14. | Lena Raine - otherside           | otherside.ogg           | otherside.png           | 3:15        |
|  15. | Aaron Cherof – Relic             | relic.ogg               | relic.png               | 3:39        |
|  16. | Lena Raine – Creator             | creator.ogg             | creator.png             | 2:56        |
|  17. | Lena Raine – Creator (Music Box) | creator_music_box.ogg   | creator_music_box.png   | 1:13        |
|  18. | Aaron Cherof – Precipice         | precipice.ogg           | precipice.png           | 4:59        |
|  19. | Samuel Åberg – 5                 | 5.ogg                   | 5.png                   | 2:58        |
|  20. | Amos Roddy - Tears               | tears.ogg               | tears.png               | 2:55        |
|  21. | Hyper Potions - Lava Chicken     | lava_chicken.ogg        | lava_chicken.png        | 2:15        |
└───────────────────────────────────────────────────────────────────────────────────────────────────────────┘