Skip to content

Bring back old cracky sounds #3153

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions mods/default/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ Glass breaking sounds (CC BY 3.0):
3: http://www.freesound.org/people/lsprice/sounds/88808/

Mito551 (sounds) (CC BY-SA 3.0):
default_dig_cracky.ogg
default_dug_cracky.*.ogg
default_dig_crumbly.*.ogg
default_dig_dig_immediate.ogg
default_dig_oddly_breakable_by_hand.ogg
Expand Down
2 changes: 1 addition & 1 deletion mods/default/functions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function default.node_sound_stone_defaults(tbl)
tbl.footstep = tbl.footstep or
{name = "default_hard_footstep", gain = 0.2}
tbl.dug = tbl.dug or
{name = "default_hard_footstep", gain = 1.0}
{name = "default_dug_cracky", gain = 1.0}
default.node_sound_defaults(tbl)
return tbl
end
Expand Down
Binary file removed mods/default/sounds/default_dig_cracky.1.ogg
Binary file not shown.
Binary file removed mods/default/sounds/default_dig_cracky.2.ogg
Binary file not shown.
Binary file removed mods/default/sounds/default_dig_cracky.3.ogg
Binary file not shown.
Binary file added mods/default/sounds/default_dig_cracky.ogg
Binary file not shown.
Binary file added mods/default/sounds/default_dug_cracky.1.ogg
Binary file not shown.
Binary file added mods/default/sounds/default_dug_cracky.2.ogg
Binary file not shown.
Binary file added mods/default/sounds/default_dug_cracky.3.ogg
Binary file not shown.