Fix redstone dust climbing up doors, and fix redstone dust not turning off when redstone torch is destroyed through the destruction of an attached block
This commit is contained in:
parent
1a0e979b0c
commit
a20637f68c
3 changed files with 7 additions and 0 deletions
|
@ -360,6 +360,7 @@ function mcl_doors:register_door(name, def)
|
|||
|
||||
mesecons = { effector = {
|
||||
action_on = on_mesecons_signal_open_top,
|
||||
rules = mesecon.rules.flat,
|
||||
}},
|
||||
|
||||
on_rotate = function(pos, node, user, mode, param2)
|
||||
|
@ -478,6 +479,7 @@ function mcl_doors:register_door(name, def)
|
|||
|
||||
mesecons = { effector = {
|
||||
action_off = on_mesecons_signal_close_top,
|
||||
rules = mesecon.rules.flat,
|
||||
}},
|
||||
|
||||
on_rotate = function(pos, node, user, mode, param2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue