update fork #6

Merged
chmodsayshello merged 260 commits from VoxeLibre/VoxeLibre:master into master 2022-05-29 21:37:34 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0288581407 - Show all commits

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