Disabled shadows in the aether
This commit is contained in:
parent
8122b82150
commit
0b00da8f7b
1 changed files with 10 additions and 8 deletions
16
worldgen.lua
16
worldgen.lua
|
@ -41,17 +41,19 @@ if minp.y >= aether2.lower_bound then
|
|||
if testerer >0.85 then
|
||||
data[p_pos_deco] = diamond
|
||||
end
|
||||
-- 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
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
vm:set_data(data)
|
||||
vm:write_to_map()
|
||||
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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue