HomeJavaModsAddurDisc
AddurDisc
ModsJava

AddurDisc

by TunYuntuwuQWQ · on Modrinth

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.20–1.20.1 · Forge⬇ Download for 1.19.1–1.19.2 · Forge⬇ Download for 1.18.2 · Forge⬇ Download for 1.20–1.20.1 · Fabric
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.
AddurDisc — screenshot 1

This mod can help you add your own discs!

Put the ogg audio file in .minecraft/.addurdisc/assets/addurdisc/sounds/

and the file name does not contain characters other than lowercase letters、numbers、"-._" and this mod will help you add it to the game as a disc!

Note: The sounds resource files on the server side must be consistent!!

You can use the config file to change the directory of the resource file and whether the disc can be dropped by creepers.

You can set the refreshLang option to false in the configuration file, and then edit .minecraft/.addurdisc/assets/addurdisc/lang/en_us.json to modify the names and descriptions of items.

You can also overwrite the png file of /.minecraft/.addurdisc/assets/addurdisc/texture/item/xxx.png to customize your disc textures.

Tips: If your audio file is downloaded from a music app, it might contain a cover video stream, which could prevent the game from reading the audio correctly. You can use audio editing software (like FFmpeg) to extract the audio stream and solve this issue.

If you are using FFmpeg, you should do it like this:

ffmpeg -i input.ogg -map 0:1 -c copy output.ogg

(if 0:1 is the audio stream.)

To achieve stereo, distance attenuation, and other playback effects, you need to convert the audio file to mono.

ffmpeg -i input.ogg -ac 1 output.ogg

For more tutorial information, you can check out this wiki:

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more