mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-17 21:23:44 +01:00
Generate witch huts slightly deeper
This commit is contained in:
@ -1012,7 +1012,7 @@ minetest.register_on_generated(function(minp, maxp, seed)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
local struct_min, struct_max = -1, 64
|
local struct_min, struct_max = -3, 64
|
||||||
if maxp.y >= struct_min and minp.y <= struct_max then
|
if maxp.y >= struct_min and minp.y <= struct_max then
|
||||||
local biomemap = minetest.get_mapgen_object("biomemap")
|
local biomemap = minetest.get_mapgen_object("biomemap")
|
||||||
-- Generate structures
|
-- Generate structures
|
||||||
|
Reference in New Issue
Block a user