Adding discs
Modpack maker becomes a DJ
How to
When you first start the game after adding the mod, the config/moderncustomdiscs
directory should be created.
To add a custom disc, all you need to do is add a <id>.ogg
file to that directory. WARNING: Your music file must be in .ogg format, you can use converters like Convertio.
If you want more customization, add a <id>.json file formated like this:
All values are optional.
You can also add a <id>.png
file which will act as a texture for your disc, overriding the default. The best resolution to use for your texture is 16x16 pixels. <id>.png.mcmeta
files for animation are also supported.
File structure
Each id must have a .ogg file.
WARNING: The ids must only contain a-zA-Z0-9_ characters, otherwise your disc won't be added!
Examples
Last updated