We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d7f4c3 commit a41eb84Copy full SHA for a41eb84
mesecon_lights.lua
@@ -28,7 +28,7 @@ local table = minetest.registered_nodes[name]; if not table then return end
28
end
29
30
table3.light_source = 0; -- off block has light off
31
- effector = {
+ table3.effector = {
32
action_on = function (pos,node,ttl)
33
minetest.swap_node(pos,{name = name});
34
0 commit comments