mirror of
https://github.com/minetest-mods/maptools.git
synced 2025-01-11 16:50:17 +01:00
make lightbulbs buildable to
This commit is contained in:
parent
fd9476c173
commit
31454749f4
@ -275,6 +275,7 @@ minetest.register_node("maptools:lightbulb", {
|
|||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
drop = "",
|
drop = "",
|
||||||
|
buildable_to = true,
|
||||||
groups = {unbreakable = 1, not_in_creative_inventory = maptools.creative},
|
groups = {unbreakable = 1, not_in_creative_inventory = maptools.creative},
|
||||||
on_drop = maptools.drop_msg
|
on_drop = maptools.drop_msg
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user