Fix node dig sounds.

master
ROllerozxa 2021-07-23 20:58:37 +02:00
parent f651217396
commit 9fecf950e4
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ function block_sound(material)
name = material,
gain = 1.0
},
dig = {
name = material,
gain = 1.0
},
dug = {
name = material,
gain = 1.0