1
0
Fork 0

mapgen:villages:Increase village spawn chance

from ~1.3% to ~3.3% to more close match mc 50% chance
per 500 blocks
This commit is contained in:
bakawun 2023-12-09 15:01:08 +01:00
parent d4797e13af
commit de0aa5c372
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ if mg_name ~= "singlenode" then
if maxp.y < 0 then return end
-- randomly try to build settlements
if blockseed % 77 ~= 17 then return end
if blockseed % 31 ~= 17 then return end
--minetest.log("Rng good. Generate attempt")
-- needed for manual and automated settlement building