════════════════════════════════════════════════
               HOW TO REPLACE MUSIC 
════════════════════════════════════════════════

   1. Navigate to: "assets\minecraft\sounds\records";

   2. Add your own music file to this folder.

   **Important:** 
   - The file must be in ".ogg" format.
   - Ensure the file is in MONO audio channel.

   To convert your file, you can use Audacity (https://www.audacityteam.org):
   1. Import your audio file into Audacity;

   2. Go to "Tracks > Mix > Mix stereo down to mono";

   3. Export the file using the ".ogg" extension.

   **List of Minecraft's Music Discs:**
   Make sure to rename your files exactly as follows:
   
   - 5.ogg
   - 11.ogg
   - 13.ogg
   - blocks.ogg
   - cat.ogg
   - chirp.ogg
   - creator.ogg
   - creator_music_box.ogg
   - far.ogg
   - mall.ogg
   - mellohi.ogg
   - otherside.ogg
   - pigstep.ogg
   - precipice.ogg
   - relic.ogg
   - stal.ogg
   - strad.ogg
   - wait.ogg
   - ward.ogg

════════════════════════════════════════════════
          HOW TO REPLACE DISCS TEXTURES
════════════════════════════════════════════════

   1. Navigate to: "assets\minecraft\textures\items";

   2. Replace the default textures with your custom designs.

   **Important:** 
   - The texture file names must exactly match the original disc names (e.g., `blocks.png`).
   - Ensure that the texture files are in ".png" format.
   - It is recommended to use square images for best results.

════════════════════════════════════════════════
            HOW TO REPLACE DISC NAMES
════════════════════════════════════════════════

   1. Navigate to: "assets\minecraft\lang";
   
   2. Open the `en_us.json` file, or rename it according to your language, see https://minecraft.fandom.com/wiki/Language (you must also edit the "language.name", "language.region" and "language.code");
   
   3. Edit the matching string for the music disc name, for example:

   "jukebox_song.minecraft.5": "Your Song Title Here", ...


