mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 01:21:05 +01:00
Generate witch huts slightly deeper
This commit is contained in:
parent
defffbc952
commit
06256f068b
1 changed files with 1 additions and 1 deletions
|
@ -1012,7 +1012,7 @@ minetest.register_on_generated(function(minp, maxp, seed)
|
|||
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
|
||||
local biomemap = minetest.get_mapgen_object("biomemap")
|
||||
-- Generate structures
|
||||
|
|
Loading…
Reference in a new issue