Adds an individual SoundEvent and its respective sounds to your mod's sounds.json file.
Parameters:
sound - The SoundEvent to add an entry for.
replace - Set this to true if this entry corresponds to a sound event from vanilla
Minecraft or some other mod's namespace, in order to replace the default sounds from the
original namespace's sounds file via your own namespace's resource pack.
subtitle - An optional subtitle to use for the event, given as a translation key for the subtitle.
sounds - A list of SoundBuilder instances from which to generate individual sound entry data for
this event.
Adds an individual SoundEvent and its respective sounds to your mod's sounds.json file.
Parameters:
sound - The SoundEvent to add an entry for.
replace - Set this to true if this entry corresponds to a sound event from vanilla
Minecraft or some other mod's namespace, in order to replace the default sounds from the
original namespace's sounds file via your own namespace's resource pack.
sounds - A list of SoundBuilder instances from which to generate individual sound entry data for
this event.