Custom Flight Sounds

Custom Flight Sounds

⚠️
You need to learn how texture pack and datapacks works!

Create a Datapack

Create a new .json file in the path

data/(namespace)/fx/flight/(flight_sound_name).json

Inside this new .json file, paste:

{
 "id": "(namespace:name)",
 "sound": "(sound:id)",
 "length": `VALUE`
}
  • Replace the (namespace:name) with the same name as the json file.

  • Replace the sound:id, make and the sounds id matches what it is ingame (using the /playsound command), also try to name it a singular word.

  • Replace the VALUE with the time of the sound (in seconds).

  • Now put this Datapack into Minecraft.