Skip to content

Commit

Permalink
Sounds: Remove 'default_dig_crumbly' from leaves defaults table
Browse files Browse the repository at this point in the history
Now that the missing 'default_dig_snappy' sound has been added we can
remove the dirt dig sound from the table. All nodes that use the
leaves defaults table have group 'snappy' so 'default_dig_snappy' now
becomes their default dig sound.
  • Loading branch information
paramat committed Jan 22, 2017
1 parent eb1805e commit ae42687
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mods/default/functions.lua
Expand Up @@ -77,8 +77,6 @@ function default.node_sound_leaves_defaults(table)
{name = "default_grass_footstep", gain = 0.45} {name = "default_grass_footstep", gain = 0.45}
table.dug = table.dug or table.dug = table.dug or
{name = "default_grass_footstep", gain = 0.7} {name = "default_grass_footstep", gain = 0.7}
table.dig = table.dig or
{name = "default_dig_crumbly", gain = 0.4}
table.place = table.place or table.place = table.place or
{name = "default_place_node", gain = 1.0} {name = "default_place_node", gain = 1.0}
default.node_sound_defaults(table) default.node_sound_defaults(table)
Expand Down

0 comments on commit ae42687

Please sign in to comment.