Disabled shadows in the aether

This commit is contained in:
Dannieboy 2020-09-29 18:20:14 +02:00
parent 8122b82150
commit 0b00da8f7b

View file

@ -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
-- data[p_pos] = grass
end
end
end
end
vm:set_data(data)
vm:write_to_map()
vm:calc_lighting(minp, maxp, false) -- no shadows in the aether
end
end
end)