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:
MysticTempest 2020-05-13 21:11:17 +02:00 committed by Wuzzy
parent 1a0e979b0c
commit a20637f68c
3 changed files with 7 additions and 0 deletions

View file

@ -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)