1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-28 04:40:22 +02:00

Replace some sounds with new sounds (#2605)

This commit is contained in:
An0n3m0us
2020-08-29 01:16:36 +01:00
committed by GitHub
parent 1da168b3c3
commit befed5525a
33 changed files with 62 additions and 30 deletions

View File

@ -854,7 +854,7 @@ my_register_stair_and_slab(
{"default_ice.png"},
"Ice Stair",
"Ice Slab",
default.node_sound_glass_defaults(),
default.node_sound_ice_defaults(),
true
)