Fix for ceiling icicles "floating"

master
Craig Robbins 2014-07-04 15:29:19 +10:00
parent bf647b692a
commit 9d2c0bd229
1 changed files with 1 additions and 2 deletions

View File

@ -196,8 +196,7 @@ minetest.register_on_generated(function(minp, maxp, seed)
local ai = area:index(x,y+1,z) --above index
if data[ai] == c_stone and data[vi] == c_air then --ceiling
if math.random() < ICICHA and (biome == 4 or biome == 5) then
local bi = area:index(x,y-1,z)
data[bi] = c_icid
data[vi] = c_icid
end
if math.random() < WORMCHA then
data[vi] = c_worm