1
0
鏡像自 https://github.com/sys4-fr/server-nalc.git 已同步 2025-11-10 16:25:25 +01:00

fix nodes have not footstep sound

此提交包含在:
2017-04-12 20:34:59 +02:00
父節點 24e1904ffe
當前提交 5786374fe3

查看文件

@@ -47,7 +47,7 @@ for number = 1, 15 do
description = colour.." Stone Brick",
tiles = {"colouredstonebricks_"..colour2..".png"},
groups = {cracky=3},
sounds = default.node_sound_defaults(),
sounds = default.node_sound_stone_defaults(),
})
minetest.register_craft({
@@ -64,7 +64,7 @@ for number = 1, 15 do
description = colour.." Stone Brick",
tiles = {"colouredstonebricks_"..colour2..".png"},
groups = {cracky=3},
sounds = default.node_sound_defaults(),
sounds = default.node_sound_stone_defaults(),
sunlight_propagates = true,
})
end