From 0c6cbc9e99a0b0caad264fda1d0bb3971bd38107 Mon Sep 17 00:00:00 2001 From: PrairieWind Date: Tue, 30 Aug 2022 14:38:48 -0600 Subject: [PATCH] Chest on top floor of Pillager Outpost now works. --- mods/MAPGEN/mcl_structures/pillager_outpost.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/MAPGEN/mcl_structures/pillager_outpost.lua b/mods/MAPGEN/mcl_structures/pillager_outpost.lua index 4646b96ab..9b916bdca 100644 --- a/mods/MAPGEN/mcl_structures/pillager_outpost.lua +++ b/mods/MAPGEN/mcl_structures/pillager_outpost.lua @@ -8,7 +8,7 @@ mcl_structures.register_structure("pillager_outpost",{ flags = "place_center_x, place_center_z", solid_ground = true, make_foundation = true, - sidelen = 18, + sidelen = 23, y_offset = 0, chunk_probability = 600, y_max = mcl_vars.mg_overworld_max,