increase wait til village generated

This commit is contained in:
cora 2022-05-09 11:12:52 +02:00 committed by Gitea
parent 3774044f86
commit 0288581407
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ local function build_a_settlement(minp, maxp, blockseed)
-- evaluate settlement_info and place schematics
settlements.place_schematics(settlement_info, pr)
minetest.after(20,function()
minetest.after(60,function()
spawn_villagers(minp,maxp)
end) --give the village some time to fully generate
end