correctly prevent light nodes from dropping
This commit is contained in:
parent
791ebfa3c8
commit
dac74f9c26
2
init.lua
2
init.lua
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user