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

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