Change redstone open/close rules of doors etc.
This commit is contained in:
parent
10c2097ac1
commit
3830e5d24c
3 changed files with 6 additions and 3 deletions
|
@ -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),
|
||||
}},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue