forked from VoxeLibre/VoxeLibre
Bell can be activated by redstone
This commit is contained in:
parent
87bf3fdc0d
commit
965d10c003
|
@ -39,6 +39,10 @@ minetest.register_node("mcl_bells:bell", {
|
|||
_mcl_hardness = 5,
|
||||
on_rightclick = mcl_bells.ring_once,
|
||||
use_texture_alpha = "clip",
|
||||
mesecons = {effector = {
|
||||
action_on = mcl_bells.ring_once,
|
||||
rules = mesecon.rules.flat,
|
||||
}},
|
||||
})
|
||||
|
||||
if has_mcl_wip then
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
name = mcl_bells
|
||||
depends = mesecons
|
||||
optional_depends = mcl_wip
|
Loading…
Reference in New Issue