Change redstone open/close rules of doors etc.

This commit is contained in:
Wuzzy 2018-01-10 02:25:20 +01:00
parent 10c2097ac1
commit 3830e5d24c
3 changed files with 6 additions and 3 deletions

View file

@ -180,7 +180,7 @@ function mcl_doors:register_trapdoor(name, def)
},
on_rightclick = on_rightclick,
mesecons = {effector = {
action_on = (function(pos, node)
action_off = (function(pos, node)
punch(pos)
end),
}},