Disabled shadows in the aether
This commit is contained in:
parent
8122b82150
commit
0b00da8f7b
1 changed files with 10 additions and 8 deletions
|
@ -44,14 +44,16 @@ if minp.y >= aether2.lower_bound then
|
||||||
-- elseif p_pos_below and content_id(p_pos_below) == "aether:heavenly_stone" then
|
-- elseif p_pos_below and content_id(p_pos_below) == "aether:heavenly_stone" then
|
||||||
-- data[p_pos] = grass
|
-- data[p_pos] = grass
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
vm:set_data(data)
|
vm:set_data(data)
|
||||||
vm:write_to_map()
|
vm:write_to_map()
|
||||||
|
vm:calc_lighting(minp, maxp, false) -- no shadows in the aether
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue