forked from Mineclonia/Mineclonia
Use softer snow sounds
This commit is contained in:
parent
9f138a8014
commit
d24d20a932
|
@ -35,8 +35,6 @@ Mito551 (sounds) (CC BY-SA 3.0):
|
||||||
default_place_node.3.ogg
|
default_place_node.3.ogg
|
||||||
default_place_node_hard.1.ogg
|
default_place_node_hard.1.ogg
|
||||||
default_place_node_hard.2.ogg
|
default_place_node_hard.2.ogg
|
||||||
default_snow_footstep.1.ogg
|
|
||||||
default_snow_footstep.2.ogg
|
|
||||||
default_hard_footstep.1.ogg
|
default_hard_footstep.1.ogg
|
||||||
default_hard_footstep.2.ogg
|
default_hard_footstep.2.ogg
|
||||||
default_hard_footstep.3.ogg
|
default_hard_footstep.3.ogg
|
||||||
|
@ -76,3 +74,6 @@ Voxelands project <http://www.voxelands.com/> (CC BY-SA 3.0)
|
||||||
|
|
||||||
(Note: Artists from the Voxelands project include: sdzen, darkrose, sapier,
|
(Note: Artists from the Voxelands project include: sdzen, darkrose, sapier,
|
||||||
Tom Peter, Telaron, juskiddink)
|
Tom Peter, Telaron, juskiddink)
|
||||||
|
|
||||||
|
Unknown authors (WTFPL):
|
||||||
|
pedology_snow_soft_footstep.*.ogg
|
||||||
|
|
|
@ -74,9 +74,9 @@ end
|
||||||
function mcl_sounds.node_sound_snow_defaults(table)
|
function mcl_sounds.node_sound_snow_defaults(table)
|
||||||
table = table or {}
|
table = table or {}
|
||||||
table.footstep = table.footstep or
|
table.footstep = table.footstep or
|
||||||
{name="default_snow_footstep", gain=0.5}
|
{name="pedology_snow_soft_footstep", gain=0.7}
|
||||||
table.dug = table.dug or
|
table.dug = table.dug or
|
||||||
{name="default_snow_footstep", gain=1.0}
|
{name="pedology_snow_soft_footstep", gain=1.0}
|
||||||
table.dig = table.dig or
|
table.dig = table.dig or
|
||||||
{name="default_dig_crumbly", gain=1.0}
|
{name="default_dig_crumbly", gain=1.0}
|
||||||
table.place = table.place or
|
table.place = table.place or
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue