diff --git a/nodes.lua b/nodes.lua index 1441579..b98bba6 100644 --- a/nodes.lua +++ b/nodes.lua @@ -4531,6 +4531,7 @@ if core.settings:get_bool("vlbridger_enable_wooden_bridges", true) then mesecons = {effector = { action_on = function(pos, node) core.swap_node(pos, {name = "vlbridger:large_beam_swivel_open", param2 = node.param2}) + end, }}, })