Don't drop walking light node

This commit is contained in:
Wuzzy 2020-04-18 19:23:24 +02:00
parent 5da37095f0
commit 9b74b1c525
1 changed files with 3 additions and 0 deletions

View File

@ -109,4 +109,7 @@ minetest.register_node("walking_light:light", {
light_source = 14,
pointable = false,
groups = {not_in_creative_inventory=1},
drop = "",
on_blast = function()
end,
})