From 31454749f4b25ab2b27c5cf0b47bc05849fe0ad1 Mon Sep 17 00:00:00 2001 From: wsor4035 <24964441+wsor4035@users.noreply.github.com> Date: Sat, 23 Jan 2021 13:37:52 -0500 Subject: [PATCH] make lightbulbs buildable to --- nodes.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nodes.lua b/nodes.lua index 039f10e..83f1f05 100644 --- a/nodes.lua +++ b/nodes.lua @@ -275,6 +275,7 @@ minetest.register_node("maptools:lightbulb", { paramtype = "light", sunlight_propagates = true, drop = "", + buildable_to = true, groups = {unbreakable = 1, not_in_creative_inventory = maptools.creative}, on_drop = maptools.drop_msg })