forked from VoxeLibre/VoxeLibre
Add an Y layer to moss stone boulder schematics
This commit is contained in:
parent
1938f84c3b
commit
5a69b132c4
|
@ -200,7 +200,8 @@ mcl_structures.generate_boulder = function(pos)
|
||||||
path = minetest.get_modpath("mcl_structures").."/schematics/mcl_structures_boulder.mts"
|
path = minetest.get_modpath("mcl_structures").."/schematics/mcl_structures_boulder.mts"
|
||||||
end
|
end
|
||||||
|
|
||||||
minetest.place_schematic(pos, path)
|
local newpos = {x=pos.x,y=pos.y-1,z=pos.z}
|
||||||
|
minetest.place_schematic(newpos, path)
|
||||||
end
|
end
|
||||||
|
|
||||||
mcl_structures.generate_witch_hut = function(pos)
|
mcl_structures.generate_witch_hut = function(pos)
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue