make ruined portals rarer

This commit is contained in:
cora 2022-08-07 00:44:02 +02:00
parent db2f2cfc69
commit f86898b2f4
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ local def = {
flags = "place_center_x, place_center_z, all_floors",
solid_ground = true,
make_foundation = true,
chunk_probability = 400,
chunk_probability = 800,
y_max = mcl_vars.mg_overworld_max,
y_min = 1,
sidelen = 10,