AddurDisc

Quick rating

Community listing page, reviews here may not be monitored by the author.

AddurDisc

No reviews yet

This mod can help you add custom discs.

No Theme
No Genre
QoL & Tweaks
Music & Sound
Mod Loaders
Forge
Fabric
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Client and Server

Must be installed on both the client and the server.

About

Project Details

Type
Mod
License
MIT License
Latest Version
AddurDisc-Fabric-1.20.x-1.3.jar

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

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:

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:

Screenshots

Gallery

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

1.6m
Total Downloads
CurseForge
~110,000
Modrinth
1.4m
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works