Default: Add missing 'default_dig_snappy' sound
authorparamat <mat.gregory@virginmedia.com>
Sat, 10 Dec 2016 01:05:16 +0000 (01:05 +0000)
committerparamat <mat.gregory@virginmedia.com>
Tue, 13 Dec 2016 03:15:30 +0000 (03:15 +0000)
commit55a16cd2c6c56e2b15b495fc5311e8cdc4ef8e47
tree1e1074cbc924565b5780ee66aa0ce6c1b17f92d3
parent3e5852993d571b5aefa405eb4c54b28942cba91f
Default: Add missing 'default_dig_snappy' sound

Some nodes with the snappy group (wool, glass pane, seeds) were missing
sound when dug with a sword.
Adding the sound causes it to be used for glass pane, so define a 'dig'
sound in the 'node sound glass defaults' table, use the footstep sound.
Adding the sound also causes it to be used for seeds which deliberately
have no dig sound, so add an empty sound override for seed dig.

Reduce the gain of the glass footstep sound which was excessively loud.

Add some freesound members to license.txt.
mods/default/README.txt
mods/default/functions.lua
mods/default/license.txt
mods/default/sounds/default_dig_snappy.ogg [new file with mode: 0644]
mods/farming/api.lua