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

View File

@ -309,7 +309,7 @@ minetest.register_on_generated(function(minp, maxp, seed)
end
end
end
elseif y < ceiling_height and data[vi] ~= c_amethyst then
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