鏡像自
https://github.com/sys4-fr/server-nalc.git
已同步 2025-11-10 16:25:25 +01:00
fix nodes have not footstep sound
此提交包含在:
@@ -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
|
||||
|
||||
新增問題並參考
封鎖使用者