mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-28 13:53:45 +01:00
Generate witch huts slightly deeper
This commit is contained in:
parent
defffbc952
commit
06256f068b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user