From 5a69b132c45325863d1b8159a9dbc33dab338083 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 10 Sep 2017 05:03:20 +0200 Subject: [PATCH] Add an Y layer to moss stone boulder schematics --- mods/MAPGEN/mcl_structures/init.lua | 3 ++- .../schematics/mcl_structures_boulder.mts | Bin 82 -> 87 bytes .../schematics/mcl_structures_boulder_small.mts | Bin 57 -> 59 bytes 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mods/MAPGEN/mcl_structures/init.lua b/mods/MAPGEN/mcl_structures/init.lua index 03b33cd5a..b71f79300 100644 --- a/mods/MAPGEN/mcl_structures/init.lua +++ b/mods/MAPGEN/mcl_structures/init.lua @@ -200,7 +200,8 @@ mcl_structures.generate_boulder = function(pos) path = minetest.get_modpath("mcl_structures").."/schematics/mcl_structures_boulder.mts" end - minetest.place_schematic(pos, path) + local newpos = {x=pos.x,y=pos.y-1,z=pos.z} + minetest.place_schematic(newpos, path) end mcl_structures.generate_witch_hut = function(pos) diff --git a/mods/MAPGEN/mcl_structures/schematics/mcl_structures_boulder.mts b/mods/MAPGEN/mcl_structures/schematics/mcl_structures_boulder.mts index c551af502797ea24dabdabbe759518b36aa8d1be..0f4aa6daa510c40c1d9111ac9fcd54e8fc0d90ef 100644 GIT binary patch delta 54 zcmWFv=k*N<_GMsUUL?k5mzB~HU@^Y HE8KS