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
|
@ -158,6 +158,9 @@ mcl_fences.register_fence_gate = function(id, fence_gate_name, texture, groups,
|
|||
punch_gate(pos, node)
|
||||
end,
|
||||
mesecons = {effector = {
|
||||
action_off = (function(pos, node)
|
||||
punch_gate(pos, node)
|
||||
end),
|
||||
action_on = (function(pos, node)
|
||||
punch_gate(pos, node)
|
||||
end),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue