From ef68f144464de84222242744591824f03c1e4bb0 Mon Sep 17 00:00:00 2001 From: Ombridride Date: Tue, 6 Oct 2015 00:53:04 +0200 Subject: [PATCH] Disabled unfinished stone mapgen feature... ... in snow biome Thanks to @paramat for the information --- mods/snow/src/mapgen_v6.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/snow/src/mapgen_v6.lua b/mods/snow/src/mapgen_v6.lua index d6f577f2..d79878bf 100755 --- a/mods/snow/src/mapgen_v6.lua +++ b/mods/snow/src/mapgen_v6.lua @@ -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