master
ac-minetest 2021-02-10 19:13:00 +01:00
parent 4d7f4c3156
commit a41eb8423d
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ local table = minetest.registered_nodes[name]; if not table then return end
end
table3.light_source = 0; -- off block has light off
effector = {
table3.effector = {
action_on = function (pos,node,ttl)
minetest.swap_node(pos,{name = name});
end