Update nodes.lua
This commit is contained in:
parent
eb34488bed
commit
00c9e4cede
1 changed files with 1 additions and 0 deletions
|
@ -4531,6 +4531,7 @@ if core.settings:get_bool("vlbridger_enable_wooden_bridges", true) then
|
||||||
mesecons = {effector = {
|
mesecons = {effector = {
|
||||||
action_on = function(pos, node)
|
action_on = function(pos, node)
|
||||||
core.swap_node(pos, {name = "vlbridger:large_beam_swivel_open", param2 = node.param2})
|
core.swap_node(pos, {name = "vlbridger:large_beam_swivel_open", param2 = node.param2})
|
||||||
|
end,
|
||||||
}},
|
}},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue