mirror of
https://github.com/davisonio/colouredstonebricks.git
synced 2024-11-16 10:50:17 +01:00
Sound stone for bricks (#9)
This commit is contained in:
parent
0655c20564
commit
f9ad052b23
4
init.lua
4
init.lua
|
@ -25,7 +25,7 @@ for _, row in ipairs(colours) do
|
|||
description = description.." Stone Brick",
|
||||
tiles = {"colouredstonebricks_"..name..".png"},
|
||||
groups = {cracky=3},
|
||||
sounds = default.node_sound_defaults(),
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
|
@ -42,7 +42,7 @@ for _, row in ipairs(colours) do
|
|||
description = description.." Stone Brick",
|
||||
tiles = {"colouredstonebricks_"..name..".png"},
|
||||
groups = {cracky=3},
|
||||
sounds = default.node_sound_defaults(),
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
sunlight_propagates = true,
|
||||
})
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user