New calmer water footstep sounds

This commit is contained in:
iliekprogrammar 2022-12-30 20:46:46 +08:00
parent e7ace0c87c
commit 6111f3465a
No known key found for this signature in database
GPG Key ID: 8E7B20514DBCFBFA
11 changed files with 3 additions and 3 deletions

View File

@ -39,8 +39,8 @@ Metal sounds:
default_place_node_metal.*.ogg - Ogrebane - CC0
- http://opengameart.org/content/wood-and-metal-sound-effects-volume-2
AGFX (CC BY 3.0):
https://www.freesound.org/people/AGFX/packs/1253/
original by anonymous (CC0 1.0), mastering by iliekprogrammar (CC0 1.0):
https://freesound.org/people/deleted_user_2104797/sounds/166313/
default_water_footstep.*.ogg
blukotek (CC0 1.0):

View File

@ -166,7 +166,7 @@ end
function mcl_sounds.node_sound_water_defaults(table)
table = table or {}
table.footstep = table.footstep or
{name = "default_water_footstep", gain = 0.2}
{name = "default_water_footstep", gain = 0.05}
table.place = table.place or
{name = "mcl_sounds_place_node_water", gain = 1.0}
table.dug = table.dug or