Adjust light

This commit is contained in:
3raven 2022-05-31 22:43:21 +00:00
parent 5a3c1bb3d8
commit 36e671f439
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ for v=1, #vari do
paramtype2 = "facedir",
--FIXME: should only be glowing, no light source. How is that possible with a node?
light_source = 1,
light_source = v-1,
sunlight_propagates = true,
groups = { dig_immediate=3,deco_block=1,dig_by_piston=1,container=7,attached_node_facedir=1 },