Addons & Datapacks
Custom Hum
This is how you can add unique ambient sounds to your tardis interior.
Datapack
- Create a new
.jsonfile in the path below.
data/namespace/hum/hum_name.json
- Inside this new
.jsonfile, type the following:
{
"id": "namespace:of_hum",
"sound": {
"sound_id": "sound:id"
}
}- When replacing the
namespace:of_humand thesound:id,Make sure that theof_humpart is named the same as the json file and the sounds id matches what it is in-game (using the/playsoundcommand).
If you don't know how to add a custom sound to Minecraft, follow THIS VIDEO !
example:
{
"id": "ait:copper",
"sound": {
"sound_id": "ait:tardis/hums/copper_hum"
}
}