mirror of
https://github.com/davisonio/colouredstonebricks.git
synced 2025-03-21 03:50:18 +01:00
Sound stone for bricks
This commit is contained in:
parent
6b42cc8213
commit
d6824dd8de
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…
x
Reference in New Issue
Block a user