mirror of
https://github.com/davisonio/colouredstonebricks.git
synced 2024-12-22 03:00:18 +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",
|
description = description.." Stone Brick",
|
||||||
tiles = {"colouredstonebricks_"..name..".png"},
|
tiles = {"colouredstonebricks_"..name..".png"},
|
||||||
groups = {cracky=3},
|
groups = {cracky=3},
|
||||||
sounds = default.node_sound_defaults(),
|
sounds = default.node_sound_stone_defaults(),
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
@ -42,7 +42,7 @@ for _, row in ipairs(colours) do
|
|||||||
description = description.." Stone Brick",
|
description = description.." Stone Brick",
|
||||||
tiles = {"colouredstonebricks_"..name..".png"},
|
tiles = {"colouredstonebricks_"..name..".png"},
|
||||||
groups = {cracky=3},
|
groups = {cracky=3},
|
||||||
sounds = default.node_sound_defaults(),
|
sounds = default.node_sound_stone_defaults(),
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user