Mineuniverse
Log in Register
Mods

AddurDisc

This mod can help you add custom discs.
by TuYw
Download Claim this project
108,730 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Addons Cosmetic Miscellaneous

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:

 

AddurDisc-Fabric-1.20.x-1.3.jar
MC Fabric, Client, 1.20.1, 1.20, Server
Release 2024-07-02 Get
AddurDisc-Forge-1.18.2-1.2.jar
MC Client, 1.18.2, Forge, Server
Release 2024-06-16 Get
AddurDisc-Fabric-1.20.1-1.1.jar
MC Fabric, Client, 1.20.1, Server
Beta 2024-06-07 Get
AddurDisc-Forge-1.20.1-1.0.jar
MC Client, 1.20.1, Forge, Server
Beta 2024-06-04 Get

More from TuYw

HugMe
42,328

You Might Also Like

LoadingTips
A mod that adds custom tips to the loading screen
999,218
Sampler
Performance oriented debugging/administration tools
998,926
VulkanMod
Vulkan renderer mod for Minecraft.
997,115
Charm Fixer
Disables some modules on charm to fix incompatbility issues with owo
996,251
Trading station
Basic items to item trading machines
99,755
NarrateBookForMe [FABRIC]
Adds a narration keybind, and two GUI buttons to the book screen. Text-to-speech (tts) / narration on the go! Client sided.
99,734