Original Post — Direct link

How do you add a custom impact sound to a item dropping? like how SoftImpact1.ogg works but it doesn't replace it (duh)

External link →
about 2 years ago - /u/Regalis11 - Direct link

You first need to create a new sound config file (similar to Content/Sounds/sounds.xml), and add that custom impact sound to it as follows:

Then change the impact sound tag of the item (located in the item's xml element) to

impactsoundtag="impact_custom"