mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-24 11:05:13 +00:00
Add missing sounds for active repeater
This commit is contained in:
parent
dc13cf04dd
commit
a40dec6da9
1 changed files with 1 additions and 0 deletions
|
@ -200,6 +200,7 @@ minetest.register_node("mesecons_delayer:delayer_on_"..tostring(i), {
|
|||
end,
|
||||
delayer_time = delaytime,
|
||||
delayer_offstate = "mesecons_delayer:delayer_off_"..tostring(i),
|
||||
sounds = mcl_sounds.node_sound_stone_defaults(),
|
||||
mesecons = {
|
||||
receptor =
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue