correctly prevent light nodes from dropping

This commit is contained in:
flux 2020-05-01 19:01:01 +00:00
parent 791ebfa3c8
commit dac74f9c26

View File

@ -80,7 +80,7 @@ for i=1, 14 do
light_source = i, light_source = i,
pointable = false, pointable = false,
buildable_to = true, buildable_to = true,
drops = {}, drop = {},
on_timer = function(pos, elapsed) on_timer = function(pos, elapsed)
minetest.swap_node(pos, {name = "air"}) minetest.swap_node(pos, {name = "air"})
end, end,