revert outpost sidelien change

This commit is contained in:
codiac 2023-10-18 13:18:15 +10:00
parent c20cf6ec61
commit ec9c66c090

View File

@ -9,7 +9,7 @@ mcl_structures.register_structure("pillager_outpost",{
flags = "place_center_x, place_center_z",
solid_ground = true,
make_foundation = true,
sidelen = 24,
sidelen = 32,
y_offset = 0,
chunk_probability = 600,
y_max = mcl_vars.mg_overworld_max,