mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-01-12 03:00:26 +01:00
remove unintentional airspace from underside of slade
This commit is contained in:
parent
816f0bf7eb
commit
cc30f96d52
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user