Addons & Datapacks
Custom Flight Sounds
This is how you can add unique flight sounds to your tardis.
Datapack
- Create a new
.jsonfile in the path below.
data/namespace/fx/flight/flight_sound_name.json
- Inside this new
.jsonfile, type the following:
{
"id": "namespace:name",
"sound": "sound:id",
"length": value
}- When replacing the
namespace:nameand thesound:id. Make sure that thenamepart is named the same as the json file and the sounds id matches what it is in-game (using the/playsoundcommand). The lengthvaluefield refers to the length of the sound in seconds, so make sure it is correct or the sound will cut off or drag on!
If you don't know how to add a custom sound to Minecraft, follow THIS VIDEO !
example:
{
"id": "ait:eight",
"sound": "ait:tardis/eighth_flight",
"length": 100
}