more light

master
Joachim Stolberg 2017-09-17 00:25:36 +02:00
parent 76c42b2807
commit bcde34dd80
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ minetest.register_node("tubelib:lamp_on", {
end, end,
paramtype = 'light', paramtype = 'light',
light_source = 8, light_source = LIGHT_MAX,
groups = {crumbly=0, not_in_creative_inventory=1}, groups = {crumbly=0, not_in_creative_inventory=1},
is_ground_content = false, is_ground_content = false,
}) })