From 244dfa244efc535ae092669f898626c4d9b9040c Mon Sep 17 00:00:00 2001 From: cora Date: Mon, 12 Sep 2022 00:54:40 +0200 Subject: [PATCH] Fix barrels in woodland cabins --- mods/MAPGEN/mcl_structures/woodland_mansion.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/MAPGEN/mcl_structures/woodland_mansion.lua b/mods/MAPGEN/mcl_structures/woodland_mansion.lua index 8b492c186..ca1464fef 100644 --- a/mods/MAPGEN/mcl_structures/woodland_mansion.lua +++ b/mods/MAPGEN/mcl_structures/woodland_mansion.lua @@ -18,6 +18,7 @@ mcl_structures.register_structure("woodland_cabin",{ modpath.."/schematics/mcl_structures_woodland_cabin.mts", modpath.."/schematics/mcl_structures_woodland_outpost.mts", }, + construct_nodes = {"mcl_barrels:barrel_closed"}, after_place = function(p,def,pr) local spawnon = {"mcl_deepslate:deepslate","mcl_core:birchwood","mcl_wool:red_carpet","mcl_wool:brown_carpet"} local p1=vector.offset(p,-def.sidelen,-1,-def.sidelen)