mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Add sound to warped wart block and shroomlight block
This commit is contained in:
parent
9e8ed7efc3
commit
42eb541eaa
1 changed files with 2 additions and 0 deletions
|
@ -265,6 +265,7 @@ minetest.register_node("mcl_crimson:warped_wart_block", {
|
|||
description = S("Warped Wart Block"),
|
||||
tiles = {"warped_wart_block.png"},
|
||||
groups = {handy = 1, hoey = 7, swordy = 1, deco_block = 1},
|
||||
sounds = mcl_sounds.node_sound_leaves_defaults(),
|
||||
_mcl_hardness = 2,
|
||||
})
|
||||
|
||||
|
@ -273,6 +274,7 @@ minetest.register_node("mcl_crimson:shroomlight", {
|
|||
tiles = {"shroomlight.png"},
|
||||
groups = {handy = 1, hoey = 7, swordy = 1, deco_block = 1},
|
||||
light_source = minetest.LIGHT_MAX,
|
||||
sounds = mcl_sounds.node_sound_leaves_defaults(),
|
||||
_mcl_hardness = 2,
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue