mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-25 18:20:36 +01:00
Disabled unfinished stone mapgen feature...
... in snow biome Thanks to @paramat for the information
This commit is contained in:
parent
19f0bc0273
commit
ef68f14446
@ -363,7 +363,7 @@ minetest.register_on_generated(function(minp, maxp, seed)
|
|||||||
break
|
break
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
elseif alpine then
|
--[[ elseif alpine then
|
||||||
-- make stone pillars out of trees and other stuff
|
-- make stone pillars out of trees and other stuff
|
||||||
for y = ground_y, math.max(-6, minp.y-6), -1 do
|
for y = ground_y, math.max(-6, minp.y-6), -1 do
|
||||||
local stone = area:index(x, y, z)
|
local stone = area:index(x, y, z)
|
||||||
@ -374,7 +374,7 @@ minetest.register_on_generated(function(minp, maxp, seed)
|
|||||||
end
|
end
|
||||||
-- put snow onto it
|
-- put snow onto it
|
||||||
snow_tab[num] = {ground_y, z, x, test}
|
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
|
elseif c_ground ~= c.desert_sand then
|
||||||
if is_snowable(c_ground) then
|
if is_snowable(c_ground) then
|
||||||
-- put snow onto it
|
-- put snow onto it
|
||||||
|
Loading…
Reference in New Issue
Block a user