Don't cast a shadow a newly added nodeboxes
This commit is contained in:
parent
0137f17e6c
commit
e679dd442e
@ -201,7 +201,8 @@ local function groups(m)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function shady(w)
|
local function shady(w)
|
||||||
if w:find("stair") or w == "slab" then return false end
|
if w == "stair" or w == "slab" or w == "innerstair" or
|
||||||
|
w == "outerstair" then return false end
|
||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user