Custom Flight Sounds
Custom Flight Sounds
You need to learn how texture pack and datapacks works!
Create a Datapack
- Follow the tutorial on the Minecraft Wiki on datapacks on how to set one up, use the namespace from earlier
- You can use any sound from any mod as a flight sound, or even add your own by making a sound resourcepack, check out this video on how to do so.
Create a new .json file in the path
data/namespace/fx/flight/flight_sound_name.jsonInside this new .json file, paste:{ "id": "namespace:name", "sound": "sound:id", "length": `VALUE` }
- Replace the
namespace:namewith the same name as the json file. - Replace the sound:id, make and the sounds id matches what it is ingame (using the
/playsoundcommand), also try to name it a singular word. - Replace the
VALUEwith the time of the sound (in seconds). - Now put this Datapack into Minecraft.
Last updated on