diff --git a/CREDITS.md b/CREDITS.md index 472afa6..218f2d6 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -46,6 +46,11 @@ Sounds: - - All sounds are organic and unprocessed, apart from normalization and downmixing to mono. - 96 files, 44.1kHz, 16bit. + - Place/dug: + - by youandbiscuitme + - License: CC BY 3.0 + - Origin: + - Changes were made - All other sounds come from Minetest Game (see license of Minetest Game 5.4.1 for details) Code: diff --git a/mods/lzr_sounds/init.lua b/mods/lzr_sounds/init.lua index 8cf87fb..2f64be3 100644 --- a/mods/lzr_sounds/init.lua +++ b/mods/lzr_sounds/init.lua @@ -38,7 +38,9 @@ function lzr_sounds.node_sound_wood_defaults(table) table.footstep = table.footstep or {name = "lzr_sounds_footstep_wood", gain = 0.3} table.dug = table.dug or - {name = "lzr_sounds_footstep_wood", gain = 1.0} + {name = "lzr_sounds_place_wood", gain = 1.0, pitch = 0.95 } + table.place = table.place or + {name = "lzr_sounds_place_wood", gain = 1.0} lzr_sounds.node_sound_defaults(table) return table end diff --git a/mods/lzr_sounds/sounds/lzr_sounds_place_wood.1.ogg b/mods/lzr_sounds/sounds/lzr_sounds_place_wood.1.ogg new file mode 100644 index 0000000..50ac459 Binary files /dev/null and b/mods/lzr_sounds/sounds/lzr_sounds_place_wood.1.ogg differ diff --git a/mods/lzr_sounds/sounds/lzr_sounds_place_wood.2.ogg b/mods/lzr_sounds/sounds/lzr_sounds_place_wood.2.ogg new file mode 100644 index 0000000..a871584 Binary files /dev/null and b/mods/lzr_sounds/sounds/lzr_sounds_place_wood.2.ogg differ diff --git a/mods/lzr_sounds/sounds/lzr_sounds_place_wood.3.ogg b/mods/lzr_sounds/sounds/lzr_sounds_place_wood.3.ogg new file mode 100644 index 0000000..d6dc59b Binary files /dev/null and b/mods/lzr_sounds/sounds/lzr_sounds_place_wood.3.ogg differ