remove unintentional airspace from underside of slade

This commit is contained in:
FaceDeer 2019-11-11 13:29:26 -07:00
parent 816f0bf7eb
commit cc30f96d52
1 changed files with 2 additions and 2 deletions

View File

@ -308,8 +308,8 @@ minetest.register_on_generated(function(minp, maxp, seed)
df_underworld_items.underworld_shard(data, area, vi)
end
end
end
elseif y < ceiling_height and data[vi] ~= c_amethyst then
end
elseif y >= floor_height and y < ceiling_height and data[vi] ~= c_amethyst then
data[vi] = c_air
elseif data[vi] == c_water then
data[vi] = c_air -- no water down here