forked from VoxeLibre/VoxeLibre
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:
parent
d4797e13af
commit
de0aa5c372
|
@ -83,7 +83,7 @@ if mg_name ~= "singlenode" then
|
||||||
if maxp.y < 0 then return end
|
if maxp.y < 0 then return end
|
||||||
|
|
||||||
-- randomly try to build settlements
|
-- 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")
|
--minetest.log("Rng good. Generate attempt")
|
||||||
|
|
||||||
-- needed for manual and automated settlement building
|
-- needed for manual and automated settlement building
|
||||||
|
|
Loading…
Reference in New Issue