Ambient Discs is a simple mod that takes the vanilla Minecraft soundtrack and adds music discs for all that don't. This way, you can listen to any piece of the Minecraft soundtrack at any time you please.
For the most part, all discs will be obtained the "good old fashioned way" via skeletons killing creepers. However, some are instead found in chests or dropped by mobs. A list of these can be found below.
Click to expand the table
No, only tracks included in the vanilla game will get a disc. This is mainly for licensing reasons, but also because then it'd end up with hundreds of music discs which is frankly too many.
Yes you can use this mod in your modpack, or tweak and remix it in your own way if you'd like. Do bear in mind though it is licensed under CC-BY-SA-4.0, so take that into consideration if you do plan on using it
If you've ever built a mod before, it's as simple as you'd expect. If it's your first time building a mod, it's quite simple really.
-
If you've got Git installed, you can use
git clone https://github.com/Ikethepro18/Ambient-Discs.git
to a directory of your choice to clone the project- If you don't have Git installed you can use
winget install git.git
and restart Command Prompt/Powershell/Terminal to install Git - If you don't want to do that then you can just download the zip from master and unzip it to a directory of your choice
- If you don't have Git installed you can use
-
Open command prompt or terminal into that directory?
-
Run
.\gradlew build
- If you get the error
ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation.
or are told you're using an outdated version of Java, then run
winget install Oracle.JDK.21
and make sure you set it as your Java home (you can check this by runningjava --version
and ensuring it's Java 21) -
You should find your compiled mod at
.\build\libs\ambient-discs-{version}.jar
which you can do with whatever you please -
If you're having issues or struggling you can get support in my Discord Server