Make dynamic light air_equivalent too
This commit is contained in:
parent
4a784aeb8f
commit
f78c3d90a8
@ -72,6 +72,7 @@ for level = 1, nodecore.light_sun - 1 do
|
|||||||
local def = {
|
local def = {
|
||||||
light_source = level,
|
light_source = level,
|
||||||
on_timer = check_light,
|
on_timer = check_light,
|
||||||
|
air_equivalent = true,
|
||||||
groups = {dynamic_light = level}
|
groups = {dynamic_light = level}
|
||||||
}
|
}
|
||||||
for k, v in pairs(true_airlike) do def[k] = def[k] or v end
|
for k, v in pairs(true_airlike) do def[k] = def[k] or v end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user