Disabled unfinished stone mapgen feature...

... in snow biome

Thanks to @paramat for the information
This commit is contained in:
Ombridride 2015-10-06 00:53:04 +02:00
parent 19f0bc0273
commit ef68f14446
1 changed files with 2 additions and 2 deletions

View File

@ -363,7 +363,7 @@ minetest.register_on_generated(function(minp, maxp, seed)
break
end
end
elseif alpine then
--[[ elseif alpine then
-- make stone pillars out of trees and other stuff
for y = ground_y, math.max(-6, minp.y-6), -1 do
local stone = area:index(x, y, z)
@ -374,7 +374,7 @@ minetest.register_on_generated(function(minp, maxp, seed)
end
-- put snow onto it
snow_tab[num] = {ground_y, z, x, test}
num = num+1
num = num+1 --]] -- MFF (06/10/2015)
elseif c_ground ~= c.desert_sand then
if is_snowable(c_ground) then
-- put snow onto it