sound - DauntlessStudio/Bedrock-Developments GitHub Wiki
Creates a new definition. Can either point to a filepath, directory, or copy a vanilla sound definition.
Usage: bed new sound [options] <names...>
Arguments:
names definition names as category.sound
Options:
-c, --category <category> the sound category (choices: "ambient", "block", "bottle", "bucket", "hostile", "music", "neutral", "player", "record", "ui", "weather", default: "neutral")
-f, --filepath <filepath> the filepath to use for this sound, if a directory is specified it will use all files in that directory
-v, --vanilla <vanilla definition> the name of a vanilla sound definition, this will create a copy of the vanilla definition using the new name
-h, --help display help for command
Missing examples.