Stop fossil schematics replacing air

This commit is contained in:
Wuzzy 2017-09-08 01:34:33 +02:00
parent 8576d36a2c
commit 576a31ac7f
9 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ mcl_structures.generate_fossil = function(pos)
}
local r = math.random(1, #fossils)
local path = minetest.get_modpath("mcl_structures").."/schematics/"..fossils[r]
minetest.place_schematic(newpos, path, "random", nil, false)
minetest.place_schematic(newpos, path, "random", nil, true)
end
mcl_structures.generate_desert_temple = function(pos)