From 51d34c9f3d54d89032470b74d15c1e670fdea77e Mon Sep 17 00:00:00 2001 From: cora Date: Fri, 4 Nov 2022 14:51:23 +0100 Subject: [PATCH] Add second pillager outpost schematic --- mods/MAPGEN/mcl_structures/pillager_outpost.lua | 9 ++++++--- .../mcl_structures_pillager_outpost_2.mts | Bin 0 -> 1839 bytes 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 mods/MAPGEN/mcl_structures/schematics/mcl_structures_pillager_outpost_2.mts diff --git a/mods/MAPGEN/mcl_structures/pillager_outpost.lua b/mods/MAPGEN/mcl_structures/pillager_outpost.lua index 419364bab..68ac33141 100644 --- a/mods/MAPGEN/mcl_structures/pillager_outpost.lua +++ b/mods/MAPGEN/mcl_structures/pillager_outpost.lua @@ -3,7 +3,7 @@ local S = minetest.get_translator(modname) local modpath = minetest.get_modpath(modname) local peaceful = minetest.settings:get_bool("only_peaceful_mobs", false) -local spawnon = {"mcl_core:stripped_oak"} +local spawnon = {"mcl_core:stripped_oak","mcl_stairs:slab_birchwood_top"} mcl_structures.register_structure("pillager_outpost",{ place_on = {"group:grass_block","group:dirt","mcl_core:dirt_with_grass","group:sand"}, @@ -11,13 +11,16 @@ mcl_structures.register_structure("pillager_outpost",{ flags = "place_center_x, place_center_z", solid_ground = true, make_foundation = true, - sidelen = 23, + sidelen = 32, y_offset = 0, chunk_probability = 600, y_max = mcl_vars.mg_overworld_max, y_min = 1, biomes = { "Desert", "Plains", "Savanna", "IcePlains", "Taiga" }, - filenames = { modpath.."/schematics/mcl_structures_pillager_outpost.mts" }, + filenames = { + modpath.."/schematics/mcl_structures_pillager_outpost.mts", + modpath.."/schematics/mcl_structures_pillager_outpost_2.mts" + }, loot = { ["mcl_chests:chest_small" ] ={ { diff --git a/mods/MAPGEN/mcl_structures/schematics/mcl_structures_pillager_outpost_2.mts b/mods/MAPGEN/mcl_structures/schematics/mcl_structures_pillager_outpost_2.mts new file mode 100644 index 0000000000000000000000000000000000000000..4d541295185a18eff873793f9e2d15dff40cf36e GIT binary patch literal 1839 zcma)3YgAHM7`?rwT4ko$XrVTxJ7!T)-S)5=0FLtm$MLh_FVs2zIQ1WM*I>4F=3d2{JPr#(n~<#sNALK{%gK zvvHJ7Wx#;NcpC(Thq1z87_c3M{&k>1f#4`}fXNI3SU-iJkF~4vqnDyTo@)s>IZ|okJL530Rs5Quh!oc9s9$4@#b1;Y*F&e`6pJ@ZB z;pC7{Lc6bpW90a!#$@CW7-1pUu>vA=h(`M?QyLT$1c!fo8^mB!X$W?#jD$mnC@}aF z@P)U3I##{U8;Wb)?r zHnM>$3izY46rN4GxaMl7IRM;_y_|42z>IGcntSXAfJi$ep!l?S?sv`1QUTS}dgG!D=I0s{VWp@#q!~%5w zfreqDf=)EOPL?~gxjlMZJ?jAO9J}A>8*#O1gbHufkUy-})DYQ%G+7iaZpNCe-2sG`k>9o-WWQ`DUrD7z+z zbF67s%<{q`X!oXfVX0Cb!!LI>Ptl#!wb#etKKI#!kOWDxTy>?Fb6TSdF>G=nyT5^j(a`` z>bq_j=fCCgFV$g(1ERDfzZk}xj_c)Y4qC10sM_C>UYfoxsZfVf)M@xV3X4FQ>27zw zlSZB~AmB2KxO+n5Rys`VI#&DyE!AraBoT%)jSbV}-6edOmstbpMA05>J5{+%Wo;&R zRvJ63V6EGmE&O*0x|v6{_Su=beeCV=7aIL&Lei2wXG=&0?iHrmdT;eT-Ku)kGHWwwwcl z8RAX7DH(Z3JY}+Nx(ql23N0`qmtIP4B&2ezd^`v$Ia9N(CU&=;)S(T=oRy!subiHc z&PkIDt)E*-@kyiUcMB`uiCtVN;?{`uU7aP)X%;xk3O%RUbKqW1f3R&A#;rH)waCD& z69#(I%1=HwwsfxQCI~m@MqENS;TwNHRJg%4{+{XKgH1ag=H8t8N`N@irA~RbwO4qVzqrJCdX_P*6}dT}?86UI@aJk8;-|OvNqSnVyEgc* zt{KRDD0Ku;XXDPk&s#m!>za6a`3kJd`7@<6)-Ao|-gah_ym?`{w6D|(JX~0`R6Rpp zx>L|@e|28FYKty__;&TVm0NA=LsPc4r$=UxR$g($?@UftmW>ShknPYUMo;mSe*k;q Bh=KqB literal 0 HcmV?d00001